Python source code: [download source: bokeh_plot_parallel_normal.py]
[download source: bokeh_plot_parallel_normal.py]
API documentation: plot_parallel()
plot_parallel()
import arviz as az data = az.load_arviz_data("centered_eight") ax = az.plot_parallel(data, var_names=["theta", "tau", "mu"], norm_method="normal", backend="bokeh")