|
From: horatiu <cl...@ya...> - 2006-09-08 07:47:19
|
If I do: set datafile separator "," > plot "SM1_16-20ppm-2mVps-1.txt" using 3:4 with linespoints it's plots all data in the file but if I try set datafile separator "," > plot 'SM1_16-20ppm-2mVps-1.txt' every ::1855 using 3:4 with linespoints eror: all points y value undefined! my values that I want to plot are from line 1855 to line 3257 fusselpelusa wrote: > > http://t16web.lanl.gov/Kawano/gnuplot/datafile2-e.html#7.6 > -- View this message in context: http://www.nabble.com/ploting-data-tf2236773.html#a6204414 Sent from the Gnuplot - User forum at Nabble.com. |