|
From: Thomas S. <t.s...@fz...> - 2007-12-04 16:40:05
|
JamieRGraves wrote: > > Another quick question - how would I go about plotting the average of the > values returned in column 2 from the dat file? Can this be achieved with > gnuplot, or should I calculate this within software? > if you need the average of all y-values of one datafile (or the average of all y-values of all datafiles), then have a look at http://gnuplot.sourceforge.net/demo_4.3/data_feedback.html if you need the average of the y-values from several datafiles for each specific x-value, then - i think - it's easier to calculate these averages outside gnuplot. -- View this message in context: http://www.nabble.com/Using-Single-Data-column-as-X-axis-Data-tf4943162.html#a14154071 Sent from the Gnuplot - User mailing list archive at Nabble.com. |