arviz_plots.style.get# arviz_plots.style.get(name, backend=None)[source]# Get the style/template with the given name. Parameters: namestrName of the style/template to get. backendstrName of the backend to use. Options are ‘matplotlib’ and ‘plotly’. Defaults to rcParams["plot.backend"].