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 -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -