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 #48

Open
wcarthur opened this issue Oct 22, 2017 · 1 comment
Open

axes.color_cycle is deprecated #48

wcarthur opened this issue Oct 22, 2017 · 1 comment

Comments

@wcarthur
Copy link
Member

c:\python27\lib\site-packages\matplotlib\__init__.py:878: 
UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; 
please use the latter.

axes.color_cycle is used in PlotInterface.figures (line 244 and 303) and PlotInterface.timeseries (line 67 and 117)

This will necessitate a change to the minimum version of matplotlib

@CEKrause
Copy link
Contributor

Now an attribute error.
File "/tcrm_again/PlotInterface/timeseries.py", line 67, in plot color = axes._get_lines.prop_cycler AttributeError: '_process_plot_var_args' object has no attribute 'prop_cycler'

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

No branches or pull requests

2 participants