Re: [Rd] Small bug in axis.POSIXct

2008-12-05 Thread Prof Brian Ripley
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

[Rd] Small bug in axis.POSIXct

2008-12-01 Thread Martin Becker
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