Skip to content
Prev 175950 / 398503 Next

In plot.zoo the screens and ylim arguments seem incompatible

Thanks for the bug report. In the interim these two (and
variations work):

plot(z, screens=c(1,2,2), ylim = c(1, 40))
plot(z, screens=c(1,2,2), ylim = list(c(1, 40), c(1, 40), c(1, 40)))
On Thu, Apr 2, 2009 at 3:41 PM, Scott Tennican <lextrounce at yahoo.com> wrote: