python - What is the name of the default style for matplotlib 2.0.0? -


the default style of matplotlib 2.0 looks different previous versions.

i know can switch classic style mpl.style.use('classic'), how switch new v2.0 style? name of new default style listed in matplotlib.style.available ?

per api documentation:

the style name of default reserved reverting default style settings.

in distribution, 'default' not listed in matplotlib.style.available, nor key in matplotlib.style.library.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

Command prompt result in label. Python 2.7 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -