Skip to content
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

axes.color_cycle is deprecated and replaced with axes.prop_cycler #7

Closed
zemrude opened this issue Sep 29, 2016 · 1 comment
Closed
Labels

Comments

@zemrude
Copy link

zemrude commented Sep 29, 2016

The method color_cycle is deprecated in newest matplotlib. It should be changed to:

color = next(ax._get_lines.prop_cycler)['color']

@jvansanten jvansanten added the bug label Sep 29, 2016
@jvansanten
Copy link
Collaborator

Fixed in 8b30729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants