[Python Seaborn Graph Library] About User Warning of axes.color_cycle is deprecated and replaced with axes.prop_cycle

About User Warning of axes.color_cycle is deprecated and replaced with axes.prop_cycle in Seaborn

Occurrence timing

Copy and execute the code of Gallery on the official website and then User Warning.

Cause of User Warning

Seaborn does not yet support matplotlib 1.5.

Seaborn hasn't caught up to matplotlib 1.5 yet. Source

temporary solution

Seaborn is currently being fixed so wait Install the development version of Seaborn from pip pip install git+git://github.com/mwaskom/seaborn.git#egg=seaborn matplotlib does not use 1.5

I installed the development version and the official sample worked: smile:

Recommended Posts

[Python Seaborn Graph Library] About User Warning of axes.color_cycle is deprecated and replaced with axes.prop_cycle
Manipulability ellipsoid of arm and mobile robot is drawn with python
Crawling with Python and Twitter API 2-Implementation of user search function
Coexistence of Python2 and 3 with CircleCI (1.0)
I replaced the numerical calculation of Python with Rust and compared the speed
Calculate the shortest route of a graph with Dijkstra's algorithm and Python
Beautiful graph drawing with python -seaborn makes data analysis and visualization easier Part 1
Beautiful graph drawing with python -seaborn makes data analysis and visualization easier Part 2
Get the stock price of a Japanese company with Python and make a graph
[Python] limit axis of 3D graph with Matplotlib
Implementation of TRIE tree with Python and LOUDS
What are you comparing with Python is and ==?
About the * (asterisk) argument of python (and itertools.starmap)
About shallow and deep copies of Python / Ruby
Continuation of multi-platform development with Electron and Python
Example of reading and writing CSV with Python
I thought about why Python self is necessary with the feeling of a Python interpreter