|
From: mikeincousa <mik...@gm...> - 2013-03-24 01:38:33
|
I found the page in the book , but still I cannot see the errors in my ways.
Could you be more specific?
Does the file or the code contain typos?
I just noticed I am also getting a illegal month error.
I modeled my code from gnuplot> help time/date
====
Suppose the file "data" contains records like
03/21/95 10:00 6.02e23
This file can be plotted by
set xdata time
set timefmt "%m/%d/%y"
Press return for more:
set xrange ["03/21/95":"03/22/95"]
set format x "%m/%d"
set timefmt "%m/%d/%y %H:%M"
plot "data" using 1:3
which will produce xtic labels that look like "03/21".
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Error-Need-full-using-spec-for-x-time-data-tp17207p17210.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|