search for: 28related

Displaying 2 results from an estimated 2 matches for "28related".

2009 Mar 04
2
patch for axis.POSIXct (related to timezones)
...lot(t, p, type='l') abline(v=t0, col='red') plot(t, p, type='l', axes=FALSE) box() axis(2) source("~/my.axis.POSIXct.R") my.axis.POSIXct(side=1, x=t) abline(v=t0, col='red') -- View this message in context: http://www.nabble.com/patch-for-axis.POSIXct-%28related-to-timezones%29-tp22338700p22338700.html Sent from the R devel mailing list archive at Nabble.com.
2009 May 11
1
inconsistent results for axis.POSIXct
Some time ago, I posted a note about what I considered to be a bug in axis.POSIXt() for R 2.8.x, relating to whether timezones in the data are obeyed on the axes. A link to that note, and to a quick and helpful response, is at the following URL http://www.nabble.com/patch-for-axis.POSIXct-%28related-to-timezones%29-td22338700.html#a22338700 Note that R 2.9.0 has been adjusted to help with this. However, there are still problems. Test code is given below: # test code (top panel, OK; bottom panel, incorrect times on x axis) par(mar=c(2,2,2,1)) par(mfrow=c(2,1)) start <- as.POSIXct(&quo...