-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: mpl_style 'default' gives AttributeError: Unknown property color_cycle with latest matplotlib #11727
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
BUG: mpl_style 'default' gives AttributeError: Unknown property color_cycle with latest matplotlib #11727
Comments
I'm not sure exactly what's happening here based on a quick glance. I do check for mpl1.5 and adjust our stylesheet. |
I jut see that some lines below, there is a harcoded |
Ugh good find. That should be conditional on the matplotlib version. Should we just retroactively declare that stylesheet deprecated 😀? |
+1! |
The correct fix is to change
to
There's no prop_cycle called |
http://stackoverflow.com/questions/33995707/attributeerror-unknown-property-color-cycle
The text was updated successfully, but these errors were encountered: