matplotlib.pyplot.rcdefaults#
- matplotlib.pyplot.rcdefaults()[source]#
 Restore the
rcParamsfrom Matplotlib's internal default style.Style-blacklisted
rcParams(defined inmatplotlib.style.core.STYLE_BLACKLIST) are not updated.See also
matplotlib.rc_file_defaultsRestore the
rcParamsfrom the rc file originally loaded by Matplotlib.matplotlib.style.useUse a specific style file. Call
style.use('default')to restore the default style.
Notes
Note
This is equivalent to
matplotlib.rcdefaults.