Python source code: [download source: bokeh_plot_ess_local.py]
[download source: bokeh_plot_ess_local.py]
API documentation: plot_ess()
plot_ess()
import arviz as az idata = az.load_arviz_data("non_centered_eight") ax = az.plot_ess(idata, var_names=["mu"], kind="local", rug=True, backend="bokeh")