amep.plot.style#
- amep.plot.style(style_name: str = '', mpl_default: bool = False) None #
Set the plot style.
- Parameters:
style_name (str, optional) – Specifies the name of the style to apply. Apart from the Matplotlib styles, one can choose the AMEP styles ‘amep_latex’ and ‘amep_standard’. The AMEP styles are used per default when AMEP is imported.
mpl_default (bool, optional) – Determines whether to apply a style or revert to the default pyplot style. The default is False.
- Return type:
None.