|
From: <as...@ca...> - 2006-09-08 14:07:31
|
Hi! I'm not pretty sure if I understand what you have to do. But to set ranges in your plot you could do the following: gnuplot> set datafile separator "," gnuplot> plot [x1:x2][y1:y2] 'SM1_16-20ppm-2mVps-1.txt' u 3:4 w lp where the 1st pair of brackets is to set ranges for the x-axis and the 2nd one is to set ranges for the y-axis. For additional information, try gnuplot> help set xrange and gnuplot> help plot Observe you can replace "using" by "u", "with" by "w" and "linepoints" by "lp". See help plot too. I hope this helps. Cheers, Hern=E1n On 9/8/06, horatiu <cl...@ya...> wrote: > > 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-tf223677= 3.html#a6204414 > Sent from the Gnuplot - User forum at Nabble.com. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > --=20 --------------------------------------------- Mgter. Hern=E1n Gonzalo Asorey Instituto Balseiro - CAB (8400) San Carlos de Bariloche R=EDo Negro - Rep. Argentina --------------------------------------------- cabtep5.cnea.gov.ar/~asoreyh/ |