Helper plotting functions

Contents

Helper plotting functions#

Helper plotting functions are available at the arviz_plots top level namespace and provide ways to customize plots by adding elements or modifying existing ones.

An introductory guide to the plot_... functions is also available at Introduction to batteries-included plots.

add_bands(plot_collection, values[, ...])

Add bands.

add_lines(plot_collection, values[, ...])

Add lines.

Style#

style.available()

List available styles.

style.get(name[, backend])

Get the style/template with the given name.

style.use(name)

Set an arviz style as the default style/template for all available backends.