michaelweylandt/xtsPlots

Blocks + Log Scale

Opened this issue · 0 comments

Why does this work:

X <- xts(rnorm(50)+300, Sys.Date()+1:50)
plot(X, blocks=list(start.time="2001-01-01", end.time="2050-01-01"))

but not this:

X <- xts(rnorm(50)+300, Sys.Date()+1:50)
plot(X, blocks=list(start.time="2001-01-01", end.time="2050-01-01"), log="y")

?