Skip to content

Small bug in axis.POSIXct

2 messages · Martin Becker, Brian Ripley

#
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 the attached patch (for 
revision 47031).

Best wishes,

  Martin
3 days later
#
Thank you, fixed now in R-patched.
On Mon, 1 Dec 2008, Martin Becker wrote: