by =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= <HBBroeker@[EMAIL PROTECTED]
>
Jun 26, 2008 at 12:25 AM
Gerd Diesner wrote:
> set xdata time
> set timefmt "%m/%d/%y"
> set xrange ["06/01/08":"06/30/08"]
> set format x "%d"
This:
> set timefmt "%m/%d/%y %H:%M:%S"
Makes no sense at this point in the script. What you need is
set timefmt x "%m/%d/%y"
set timefmt y "%H:%M:%S"