|
From: <pl...@pi...> - 2008-02-22 12:36:23
|
Hi, I have some time data I can't see how to format to get it read in correctly. The seconds being decimal notation. # time ch1 ch7 14:33:02.250 0.615 0.635 14:33:02.450 0.615 0.640 14:33:02.650 0.615 0.635 the nearest I have got is this which obviously does not account for the decimal part. set xdata time set timefmt "%H:%M:%S" set format x "%02H:%02M:%02S" plot "adc.data" using 1:2 Is there a way to read this data with gnuplot or will I need to work another way? TIA, Peter. |