|
From: agoniabogar <te...@gm...> - 2012-04-27 14:14:41
|
Hi all, I've run into the following data file: 20.04.2012 15:27 27 25 24.2 0.32 20.04.2012 15:27 27 25 24.2 0.3 20.04.2012 15:28 27 25 24.2 0.28 20.04.2012 15:28 27 25 24.2 0.26 20.04.2012 15:28 27 25 24.2 0.24 20.04.2012 15:28 27 25 24.2 0.22 . . . ...and I would like to plot it, by: set xdata time set timefmt x "%d.%m.%Y %H:%M" p "blabla.txt" u 1:2 and it plots sg, but not the expected result. I don't know what can be the problem. Many thanks, Agonia agoniabogar wrote: > > > Dear Thomas, many thanks, now it plots it in cold blood. :) > > Agonia > > > Thomas Sefzick wrote: >> >> plot "blabla.dat" u (timecolumn(2)+timecolumn(4))/2:($6+$8)/2 >> > > -- View this message in context: http://old.nabble.com/column-operation-with-time-data-tp21307475p33759325.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |