From: Daniel J S. <dan...@ie...> - 2004-10-29 16:44:18
|
In looking at this scale thing I mistyped and forgot some parentheses in the using string. The result was something I did not expect. For example, plot 'battery.dat' using 1:2 and then plot 'battery.dat' using 1:log(2) plot 'battery.dat' using 1:sin(2) The second plot, is that or is that not making sense? Dan |