|
From: Rp3 <rpw...@gm...> - 2008-11-27 16:18:50
|
I have some data that looks like this. 10-25-2008 23:15 0072.37 0064.27 0048.65 0053.70 10-25-2008 23:30 0072.26 0064.16 0048.30 0053.25 10-25-2008 23:45 0071.92 0064.16 0047.96 0052.91 10-26-2008 0:0 0071.92 0064.05 0047.85 0052.57 10-26-2008 0:15 0071.70 0063.82 0047.17 0052.25 10-26-2008 0:30 0071.60 0063.60 0046.95 0051.90 As you can see it is date then time, then some temperature data. So I try to set the timefmt string to match as this set timefmt "%m-%d-%Y %H:%M" but when I re-run the plot I get this error? tempdata.dat:10: illegal month Which happens to be the first line with the time reference of 0:0 (midnight). I have read through the dox and timefmt is supposed to read hours and mins like this but it seems to not work, and the error message has me more baffled as it references a "illegal month"?? Any help would be appreciated. -- View this message in context: http://www.nabble.com/timefmt-question-tp20703627p20703627.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |