|
From: Thomas S. <t.s...@fz...> - 2010-01-10 16:01:28
|
you need gnuplot version >= 4.4 xmin = 999999. ymin = 999999. # plot something set table plot 'datafilename' using (abs($1)<xmin?xmin=$1:0,$1):(abs($2)<ymin?ymin=$2:0,$2) unset table print xmin print ymin Robaeys Pieter wrote: > > Hello, > > > > I have a question about data processing. I have a lot of experimental data > and I want to process them. One of the things I have to do is to obtain > the > roots (x=0 and y=0) of my data (without fitting them). So in other words, > I > have to obtain the y-value of the point that is closest to the x-axis, and > the x-value of the point closest to the y-axis. Is this possible to do > with > gnuplot? > > > > Greetings, > > > > PR > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/data-processing-tp27093359p27099595.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |