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
Thanks for the report! This is a regression bug and will be fixed in the next release.
joshuaulrich
changed the title
Plot(xts.object, col = ifelse()): not working in R 4.4.1
plot(xts.object, col = ifelse()) not working in 0.14.1
Oct 29, 2024
Commit 3086e14 introduced a
regression. The prior behavior allowed every data point in the series
to have a different color, line type, and line width.
Fixes#426.
Description
Upgrading to xts 0.14.1 doesn't allow xts plot where the col argument has a value for every row in the xts object. This works in xts version 0.14.0.
Minimal, reproducible example
First, in xts version 0.14.1:
But in xts version 0.14.0:
The text was updated successfully, but these errors were encountered: