arviz_plots.style.get

Contents

arviz_plots.style.get#

arviz_plots.style.get(name, backend=None)[source]#

Get the style/template with the given name.

Parameters:
namestr

Name of the style/template to get.

backendstr

Name of the backend to use. Options are ‘matplotlib’ and ‘plotly’. Defaults to rcParams["plot.backend"].