matplotlib.style.context(style, after_reset=False) [source]
Context manager for using style settings temporarily.
| Parameters: |
|
|---|
matplotlib.style.reload_library() [source]
Reload style library.
matplotlib.style.use(style) [source]
Use matplotlib style settings from a style specification.
The style name of 'default' is reserved for reverting back to the default style settings.
| Parameters: |
|
|---|
matplotlib.style.library Dictionary of available styles
matplotlib.style.available List of available styles
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/style_api.html