From: Hans-Bernhard B. <br...@ph...> - 2004-06-03 16:05:33
|
On Thu, 3 Jun 2004, Vijayaraj AK wrote: > Well, the data need not be generated every > millisecond. And yeah as you point out, it is not > logged for hours. I want to plot lets say, 20-30min > duration log of data sampled at 20-30ms interval. Well, that's still an axis range of 20*60/0.02 = 60000 samples. Do you have an output device with sixty thousand pixels along the axis? I doubt it. So I'ld suggest you just use extended 'using' specs and a format string for this: plot 'datafile' u ($1*3600+$2*60+$3):4 '%lf:%lf:%lf %lf' It might even work ;-) -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |