|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-01-14 20:21:03
|
On 14.01.2011 08:54, fretagi wrote:
> set xdata time
> set timefmt "%m/%d/%Y"
> set x range ["12/03/2010 09:00:00":"12/31/2010 19:00:00"]
^--- typo!
That sequence makes no particular sense. The input format for 'set
xrange' is the one you specified with timefmt before.
> But my png file (graph) only shows 3 dates, so the plot is compacted.
What do you mean by "shows a date"? You're not seriously expecting
gnuplot to output 28 x axis tickmarks on this plot, and label every one
with a 5-character date string, are you? That's 150 characters on a
single axis, i.e. massive overprinting and/or total lack of readability.
|