-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hv.Cycle() does not cycle through the entire list of colors #2333
Comments
I believe this is because all cycles get tied together and since there is already a Cycle on |
A hack would be to just to double/triple the length i.e if
Also is there a workaround for cycling through more than 5 colors? |
In this case I'd just override the default color cycle like this: %%opts Curve (color=color_cycle)
ds.to.curve('target', 'valid_z', ['lead']).overlay()
|
Oh, awesome; that worked. Is there a workaround for box-whisker plots?
|
I agree..the shortest cycle shouldn't determine the length of the overall cycle. It should be the opposite and loop to match the longest cycle definition... |
To answer my own question, the style options |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
After the 5th color, it starts from the first.
The text was updated successfully, but these errors were encountered: