matplotlib.pyplot.rcdefaults — Matplotlib 3.10.3 documentation (original) (raw)
matplotlib.pyplot.rcdefaults()[source]#
Restore the rcParams from Matplotlib's internal default style.
Style-blacklisted rcParams (defined inmatplotlib.style.core.STYLE_BLACKLIST
) are not updated.
Notes