use_style
full name:
mplotter.styling.use_styletype: function
- use_style(style, reset=False)[source]
Wrapper around
matplotlib.style.use()that allows settingrcParams['savefig.directory'](default:'~') via style sheet.- Parameters:
style (str, dict, path-like or list) – A style specification as described in
matplotlib.style.use().reset (bool, default False) – Restore the rc params from matplotlib’s internal default style before applying the specified style.