-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
close #16593: setting ecolor turns off color cycling #16597
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
Conversation
Looks like there are some style issues in the new test:
|
This probably needs an API change note as something that did not used to cycle is now cycling? |
Co-authored-by: tacaswell <[email protected]>
@tacaswell not in love w/ the language I put there, but added behavior change entry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modulo fixing the doc builds (think the decoration is too short)
Co-authored-by: @tacaswell
PR Summary
Removed ecolor is not none from the codepath choosing between cycler and no cyclers; ecolor is none still defaults to cycler. This is arguably the preferred behavior as the user specifying the color of the errorbars does not tell us anything about what colors they'd like the actual plots to be (which is what cycler prefers).
A longer discussion should probably be had about cycler semantics - in which cases should the code default to the color the user passed in - I'm team basically any artist color not explicitly set should be controlled by the cycler.
PR Checklist