|
From: Matthias_D <d00...@nt...> - 2011-10-03 07:27:51
|
I can plot every file now, but only one file per plot! Before it worked for two or three files, not more. Is it because I use Windows? I don't understand this behaviour of gnuplot. I didn't know how to set a path for the files, so I put all the files into the directory with gnuplot.exe. But this shouldn't be the problem. "1:(2*$2)" doesn't work with me, too. But I already changed the values in the datafiles, so it's ok for me to use "1:2". Thomas Sefzick wrote: > > there should be no problem to use many datafiles and > assign an individual y-value to each data set, e.g. > > plot "datafile_1" using 1:2 with lines,\ > "" using 1:3 with points pt1 ps1,\ > "datafile_2" using 1:(2*$2) with lines,\ > "" using 1:(2*$3) with points pt1 ps1,\ > "datafile_3" using 1:(3*$2) with lines,\ > "" using 1:(3*$3) with points pt1 ps1 > > -- View this message in context: http://old.nabble.com/Print-huge-data-into-a-single-plot-tp32578285p32580806.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |