[ Web Proxy ]
URL:
Viewing: https://matplotlib.org/stable/api/_as_gen/../toolkits/../_as_gen/matplotlib.pyplot.rcdefaults.html [Back]  [Original]

matplotlib.pyplot.rcdefaults — Matplotlib 3.11.2 documentation
Back to top
Search the docs ...:

matplotlib.pyplot.rcdefaults#

matplotlib.pyplot.rcdefaults()[source]#

Restore the rcParams from Matplotlib's internal default style.

Style-blacklisted rcParams (defined in matplotlib.style.core.STYLE_BLACKLIST) are not updated.

See also

matplotlib.rc_file_defaults

Restore the rcParams from the rc file originally loaded by Matplotlib.

matplotlib.style.use

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

Notes

Note

This is equivalent to matplotlib.rcdefaults.

Examples using matplotlib.pyplot.rcdefaults#

[]

Customize Rc

Customize Rc

Web Proxy Viewer  |  New URL  |  Original Page