use_style

use_style(style)[source]

Apply the matplotlib style(s) with matplotlib.style.use. This function is called when you modify the rc.style property.

Parameters

style (str, dict, or list thereof) – The matplotlib style name(s) or stylesheet filename(s), or dictionary(s) of settings. Use 'default' to apply matplotlib default settings and 'original' to include settings from your user matplotlibrc file.