Python source code: [download source: bokeh_plot_energy.py]
[download source: bokeh_plot_energy.py]
API documentation: plot_energy()
plot_energy()
import arviz as az data = az.load_arviz_data("centered_eight") ax = az.plot_energy(data, figsize=(12, 8), backend="bokeh")