You are reading an old version of the documentation (v2.0.1). For the latest version see https://matplotlib.org/stable/api/style_api.html
style¶
matplotlib.style¶
-
matplotlib.style.context(style, after_reset=False)¶ Context manager for using style settings temporarily.
-
matplotlib.style.reload_library()¶ Reload style library.
-
matplotlib.style.use(style)¶ Use matplotlib style settings from a style specification.
The style name of ‘default’ is reserved for reverting back to the default style settings.
Parameters: style : str, dict, or list
A style specification. Valid options are:
-
matplotlib.style.library¶ Dictionary of available styles
-
matplotlib.style.available¶ List of available styles
