Ross Bennett

Results 14 issues of Ross Bennett

Allow for log scale of the y axis. This is supported by `base::plot` and `PerformanceAnalytics::Chart.TimeSeries` so we should support it in `plot.xts` as well. Thanks to Gei Lin for the...

feature request
plot

Add support for specifying panels similar to the original `xtsExtra::plot.xts` and `plot.zoo`. This would allow one to specify the number of panels and the columns of data for each panel....

feature request
plot

The documentation `plot.xts` for small multiples behavior with the `multi.panel` argument is lacking. The documentation should be updated with clearer language and more examples.

plot

The series is not plotted correctly if its `ylim` is outside of the `ylim` of the panel it is being drawn on. ``` library(xts) set.seed(1234) y1 range(y2) [1] -5.418094 7.646973...

enhancement
plot