[R-Forge #5929] plot2.xts - addSeries doesn't take a color
Closed this issue · 1 comments
joshuaulrich commented
Submitted by: Peter Carl
Assigned to: Nobody
R-Forge link
It seems really natural to do the following:
plot(edhec[,1], colorset=redfocus)
addSeries(edhec[,3], colorset='blue', on=1)
but addSeries doesn't pick up the color parameter.
If it isn't provided, should it cycle through to the next color in the colorset? Just an idea - but I'm not sure it's a good one...
pcc
rossb34 commented
this has been fixed