You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 'x' has more than 8 columns and multi.panel = TRUE, columns 9 and
later don't render because of the default 'col = 1:8'. Thanks to Ethan
Smith for the report and patch.
Fixes#423
Description
when plotting more than 8 columns in multi.panel, the last columns dont display
this is because plot.xts defaults
col = 1:8
Expected behavior
default should handle any number of columns properly, either recycling the colors after 8, or defaulting
col = 1:ncol(x)
Minimal, reproducible example
This code doesn't plot the lines on the last 2 panels because there's no 'col' value for them by default.
Session Info
The text was updated successfully, but these errors were encountered: