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
Post a Comment