matplotlib.style¶matplotlib.style.context(*args, **kwds)¶Context manager for using style settings temporarily.
| Parameters: | name : str or list of str
after_reset : bool
|
|---|
matplotlib.style.reload_library()¶Reload style library.
matplotlib.style.use(name)¶Use matplotlib style settings from a known style sheet or from a file.
| Parameters: | name : str or list of str
|
|---|
matplotlib.style.library¶Dictionary of available styles
matplotlib.style.available¶List of available styles