Hi!
I am using Gnuplot to plot the data from my simulations, which is written (in
columns) to a file. When I give this command:
plot "c:\data.dat" using 1:2 title "a" with lines, "c:\data.dat" using 1:3 title "b"
with lines, "c:\data.dat" using 1:4 title "c" with lines
Gnuplot says "no memory available for expanding curve points".
It does not give problems when I only plot two curves. Is there something I can do
about it?
Each column contains approximately 1000 data points.
Thank you!
Floortje Hanneman