Im using a script on a mac bash shell that uses gnuplot.
When I use
using 1:($2*100.0)
on the script, I get
using 1: (*100.0)
line 0: invalid expression
However, if I use the same command on the gnuplot prompt line I have no problems.
Is there a different format for the using
command when using it on a script?
Thanks for your time.