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

Deprecation warning for axes.color_cycle #6395

Closed
fonnesbeck opened this issue May 10, 2016 · 2 comments
Closed

Deprecation warning for axes.color_cycle #6395

fonnesbeck opened this issue May 10, 2016 · 2 comments

Comments

@fonnesbeck
Copy link

Running the current master on Python 3.5.1, I get the following deprecation warning when I attempt to import matplotlib:

/Users/fonnescj/anaconda3/lib/python3.5/site-packages/matplotlib/__init__.py:872: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
  warnings.warn(self.msg_depr % (key, alt_key))

warning

System info:

Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec 7 2015, 11:24:55)
[GCC 4.2.1 (Apple Inc. build 5577)]
OS X 10.11.4

@WeatherGod
Copy link
Member

Most likely due to an outdated matplotlibrc file.

On Tue, May 10, 2016 at 3:42 PM, Chris Fonnesbeck notifications@github.com
wrote:

Running the current master on Python 3.5.1, I get the following
deprecation warning when I attempt to import matplotlib:

/Users/fonnescj/anaconda3/lib/python3.5/site-packages/matplotlib/init.py:872: UserWarning: axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.
warnings.warn(self.msg_depr % (key, alt_key))

[image: warning]
https://camo.githubusercontent.com/ce4a527ca0de1f64c6abdd97f9ade69906724eb6/687474703a2f2f666f6e6e65736265636b2d64726f7073686172652e73332e616d617a6f6e6177732e636f6d2f53637265656e2d53686f742d323031362d30352d31302d31342d33382d34332e706e67

System info:

Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec 7 2015, 11:24:55)

[GCC 4.2.1 (Apple Inc. build 5577)]
OS X 10.11.4


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#6395

@fonnesbeck
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants