Plotting styles

Reference

ArviZPythonPlots.use_styleMethod
use_style(style::String)
use_style(style::Vector{String})

Use matplotlib style settings from a style specification style.

The style name of "default" is reserved for reverting back to the default style settings.

ArviZ-specific styles include ["arviz-whitegrid", "arviz-darkgrid", "arviz-colors", "arviz-white", "arviz-doc"]. To see all available style specifications, use styles().

If a Vector of styles is provided, they are applied from first to last.

source