Re: [Rpy] Using plot with panels under rpy2

2012-01-26 Thread Laurent Gautier
On 2012-01-26 18:08, William T. Martin wrote: > Has anyone used the R plot function with the panel= option under rpy2? >I am stuck and need some assistance. > > The R code would have this format (zz is a zoo series): > > plot(zz, panel = my.panel, xaxt = "n", main="testing", xlab="Date") > > m

[Rpy] Using plot with panels under rpy2

2012-01-26 Thread William T. Martin
Has anyone used the R plot function with the panel= option under rpy2? I am stuck and need some assistance. The R code would have this format (zz is a zoo series): plot(zz, panel = my.panel, xaxt = "n", main="testing", xlab="Date") my.panel <- function(...) { fmt <- "%b-%d" # format for