Thank you, fixed now in R-patched.
On Mon, 1 Dec 2008, Martin Becker wrote:
Dear developers,
the tick marks and labels produced by axis.POSIXct look strange for time
horizons of a few hours, see the following example:
plot(seq(as.POSIXct("14:00",format="%H:%M"),as.POSIXct("18:00",format="%H
Dear developers,
the tick marks and labels produced by axis.POSIXct look strange for time
horizons of a few hours, see the following example:
plot(seq(as.POSIXct("14:00",format="%H:%M"),as.POSIXct("18:00",format="%H:%M"),length.out=20),1:20)
This (copy&paste error?) is easily fixed, see th