matplotlib 2.0的默认样式与以前的所有版本非常不同.
我知道我可以用mpl.style.use(‘classic’)切换到经典风格,但是如何切换回新的v2.0风格呢?
是matplotlib.style.available中列出的新默认样式的名称吗?
最佳答案 按
API documentation:
The style name of
default
is reserved for reverting back to the default style settings.
在我的发行版中,’default’未在matplotlib.style.available中列出,也不是matplotlib.style.library中的键.