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')
恢复默认样式。