This module defines styles that tweak matplotlib rc parameters. In addition, you can override pre-defined styles with “mplstyle” files in the current directory and your home directory (~). See “Getting Started” in the mpltools documentation for details.
mpltools.style.use([name, use_baselib]) | Use matplotlib rc parameters from a pre-defined name or from a file. |
Use matplotlib rc parameters from a pre-defined name or from a file.
Parameters : | name : str or list of str
use_baselib : bool
|
---|