smpl.plot.rcdefaults

smpl.plot.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.