Is there a workaround to set the color when using plot.xts?
This bug (still present in 0.8.2) makes it impossible. I know I could use plot.zoo but I was wondering if there was a cleaner solution since that bug doesn’t look like is going to get fixed any time soon 🙂
Here’s a patched version. I had to export
is.OHLCfrom xts to make it work. I hope there are no side effects. I added an argument col and passed it toplotexplicitly.