matplotlib.pyplot.rcdefaults#

matplotlib.pyplot.rcdefaults()[source]#

Restore thercParams from Matplotlib's internal default style.

Style-blacklistedrcParams (defined inmatplotlib.style.core.STYLE_BLACKLIST) are not updated.

See also

matplotlib.rc_file_defaults

Restore thercParams from the rc file originally loaded by Matplotlib.

matplotlib.style.use

Use a specific style file. Callstyle.use('default') to restore the default style.

Notes

Note

This is equivalent tomatplotlib.rcdefaults.

Examples usingmatplotlib.pyplot.rcdefaults#

Customize Rc

Customize Rc