|
From: fretagi <fr...@mc...> - 2011-01-14 07:54:28
|
Hi All! I have an issue with x axis, in which from a data file should show every singla day from 3 of dec 2010 to 31 of the same month as below: set xdata time set timefmt "%m/%d/%Y" set x range ["12/03/2010 09:00:00":"12/31/2010 19:00:00"] set format x "%m/%d" set timefmt "%m/%d/%Y %H:%M" But my png file (graph) only shows 3 dates, so the plot is compacted. How do I make to show evry single date? regards F.R. -- View this message in context: http://old.nabble.com/date-format-on-x-axis-tp30669493p30669493.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |