Example gallery# Mixed Plots# Forest Plot with ESS using plot_forest ./plot_forest_mixed.html Traceplot using plot_trace ./plot_trace.html Rank Bars Diagnostic with KDE using plot_trace ./plot_trace_bars.html Traceplot with Circular Variables using plot_trace ./plot_trace_circ.html Traceplot rank_vlines using plot_trace ./plot_trace_vlines.html Distributions# Density Plot using plot_density ./plot_density_single.html Dist Plot using plot_dist ./plot_dist.html Dot Plot using plot_dot ./plot_dot.html ECDF Plot using plot_ecdf ./plot_ecdf.html Forest Plot using plot_forest ./plot_forest.html Ridgeplot using plot_forest ./plot_forest_ridge.html Joint Plot using plot_pair ./plot_joint.html KDE Plot using plot_kde ./plot_kde.html 2D KDE using plot_kde ./plot_kde_2d.html 2D KDE with HDI Contours using plot_kde ./plot_kde_2d_hdi.html KDE quantiles using plot_kde ./plot_kde_quantiles.html Hexbin PairPlot using plot_pair ./plot_pair_hex.html KDE Pair Plot using plot_pair ./plot_pair_kde.html KDE Pair Plot with HDI Contours using plot_pair ./plot_pair_kde_hdi.html Point Estimate Pairplot using plot_pair ./plot_pair_point_estimate.html Posterior Plot using plot_posterior ./plot_posterior.html Posterior Plot (reducing school dimension) using plot_posterior ./plot_posterior_combinedims.html Violin plot using plot_violin ./plot_violin.html Distribution Comparison# Density Plot (Comparison) using plot_density ./plot_density.html Forest Plot Comparison using plot_forest ./plot_forest_comparison.html Single-Sided Violin Plot using plot_violin ./plot_violin_single_sided.html Inference Diagnostics# Autocorrelation Plot using plot_autocorr ./plot_autocorr.html Energy Plot using plot_energy ./plot_energy.html ESS Evolution Plot using plot_ess ./plot_ess_evolution.html ESS Local Plot using plot_ess ./plot_ess_local.html ESS Quantile Plot using plot_ess ./plot_ess_quantile.html Quantile Monte Carlo Standard Error Plot using plot_mcse ./plot_mcse.html Quantile MCSE Errobar Plot using plot_mcse ./plot_mcse_errorbar.html Pair Plot using plot_pair ./plot_pair.html Parallel Plot using plot_parallel ./plot_parallel.html Rank plot using plot_rank ./plot_rank.html Regression or Time Series# Plot HDI using plot_hdi ./plot_hdi.html Regression Plot using plot_lm ./plot_lm.html Model Comparison# Bayes Factor Plot using plot_bf ./plot_bf.html Compare Plot using plot_compare ./plot_compare.html ELPD Plot using plot_elpd ./plot_elpd.html Pareto Shape Plot using plot_khat ./plot_khat.html Model Checking# Bayesian u-value Plot using plot_bpv ./plot_bpv.html Bayesian p-value with T statistic Plot using plot_bpv ./plot_bpv_tstat.html LOO-PIT ECDF Plot using plot_loo_pit ./plot_loo_pit_ecdf.html LOO-PIT Overlay Plot using plot_loo_pit ./plot_loo_pit_overlay.html Posterior Predictive Check Plot using plot_ppc ./plot_ppc.html Posterior Predictive Check Cumulative Plot using plot_ppc ./plot_ppc_cumulative.html Separation Plot using plot_separation ./plot_separation.html Styles# Use Matplotlib Styles with arviz.style.use(). ./styles.html