publiplots.reset_style

publiplots.reset_style()[source]

Reset matplotlib rcParams to matplotlib defaults.

Useful when you want to revert to matplotlib’s default styling. Does not affect publiplots custom parameters.

Examples

>>> import publiplots as pp
>>> pp.set_publication_style()
>>> # ... create plots ...
>>> pp.reset_style()  # Reset to matplotlib defaults