matplotlib.pyplot.rcdefaults¶
-
matplotlib.pyplot.rcdefaults()[源代码]¶ 恢复
rcParams来自Matplotlib的内部默认样式。样式被列入黑名单
rcParams(定义在matplotlib.style.core.STYLE_BLACKLIST)未更新。参见
matplotlib.rc_file_defaults- 恢复
rcParams从最初由Matplotlib加载的rc文件。 matplotlib.style.use- 使用特定的样式文件。呼叫
style.use('default')恢复默认样式。