|
From: Thomas S. <t.s...@fz...> - 2009-10-15 09:36:10
|
plot 'datafilename' using 1:4 see: http://www.gnuplot.info/docs/node100.html http://www.gnuplot.info/docs/node101.html http://www.gnuplot.info/docs/node133.html you should read one of the tutorials http://www.gnuplot.info/help.html or have a look at p.k.janerts book (the 2nd chapter, explaining exactly what you need, can be downloaded freely) Joost Kraaijeveld wrote: > > Hi, > > I want the y-axis range to have the range of the data in the fourth > column for a plot of the first column on the x-axis and the fourth > column on the y-asis. > > And example of the data: > > 0.01 150 7.0 4.666666666666667 > 0.05 150 5.0 3.3333333333333335 > 0.1 150 11.0 7.333333333333333 > 0.2 150 18.0 12.0 > > But whatever I try I always get the y-range to be [0: > max-of-the-second-column]. Apparently GnuPlot takes the second column as > y-axis. Is it possible to make GnuPlot take the fourth column as the > range for the y-axes? > > TIA > > -- > Groeten, > > Joost Kraaijeveld > Askesis B.V. > Molukkenstraat 14 > 6524NB Nijmegen > tel: 024-3888063 / 06-51855277 > fax: 024-3608416 > web: www.askesis.nl > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/Newbie-y-axis-range-question-tp25905402p25905614.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |