matplotlib.pyplot.rcdefaults()[source]¶Restore the rc params from Matplotlib's internal default style.
Style-blacklisted rc params (defined in
matplotlib.style.core.STYLE_BLACKLIST) are not updated.
See also
rc_file_defaultsmatplotlib.style.usestyle.use('default') to restore the default style.