arviz-plots
ArviZ-plots provides ready to use and composable plots for Bayesian Workflow.
What it is and what it does
arviz-plots is the visualization subpackage of ArviZ, a Python library for exploratory analysis of Bayesian models. It provides ready-to-use, composable plotting functions for posterior analysis, model checking, comparison, and diagnostics. The package is intentionally minimal—it depends only on xarray, numpy, arviz-base, and arviz-stats—and does not bundle any plotting backend by default. You choose which backend to install (matplotlib, bokeh, or plotly) based on your needs, keeping the core package lightweight.
The package is designed for Bayesian practitioners at all levels, from first-time modelers to experienced researchers. It integrates with the broader ArviZ ecosystem and supports modern Python versions (3.12+). With active maintenance, recent releases, and permissive licensing, it is positioned as a stable, community-driven tool for Bayesian workflow visualization.
Use it for:
- Visualize posterior distributions and trace plots for MCMC diagnostics and convergence assessment.
- Compare multiple Bayesian models using side-by-side or comparative plotting functions.
- Generate posterior predictive check plots to validate model fit against observed data.
- Create publication-ready diagnostic plots for Bayesian model reports and papers.
- Explore high-dimensional posterior samples interactively using bokeh or plotly backends.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
arviz-plots provides visualization functions for Bayesian model analysis, handling posterior diagnostics, model comparison, and workflow visualization through composable plot components.
Yes. arviz-plots is actively maintained, has zero known vulnerabilities, supports current Python versions, and carries permissive licensing. Install it if you are doing Bayesian modeling with ArviZ and need visualization—but remember to also install your chosen backend (e.g., `pip install arviz-plots[matplotlib]`) to actually render plots.
Install
arviz-plots on PyPI
pip
pip install arviz-plotsuv
uv add arviz-plotspoetry
poetry add arviz-plotsInstalling arviz-plots
Before you install
Low friction install with a pure-Python wheel. Active maintenance with a release 3 days old. Requires arviz-base and arviz-stats as runtime dependencies, and you must separately install a plotting backend (matplotlib, bokeh, or plotly) to use it.
License in practice
Licensed under Apache Software License (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install "arviz-plots[matplotlib]"
import arviz_plots as azp
# Use plotting functions from arviz_plots with arviz-base and arviz-stats data
Requires Python 3.12 or later. A plotting backend (matplotlib, bokeh, or plotly) must be installed separately via extras; arviz-plots alone provides no visualization without one.
Verify before relying
- Specific plot types and functions available beyond the general posterior/diagnostic/comparison categories mentioned in the description.
- Whether arviz-plots can be used standalone or requires deeper integration with arviz-base and arviz-stats beyond data input.
- Performance characteristics or scalability limits for large posterior samples or complex models.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — arviz-base, arviz-stats |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 599,765/month — #5,824 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: arviz_plots-1.3.0-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
arvizArviZ is a Python package for exploratory…
permissive · top 5,000 on PyPI
cornerGenerates publication-quality corner plots…
permissive · top 15,000 on PyPI
prelizPreliZ helps you specify prior distributions…
permissive · top 15,000 on PyPI
arviz-baseProvides converters and base data manipulation…
permissive · top 15,000 on PyPI
arviz-statsProvides statistical computations and…
permissive · top 15,000 on PyPI
pystanPyStan provides a Python interface to Stan for…
permissive · top 5,000 on PyPI
nutpienutpie provides a fast NUTS sampler for…
permissive · top 15,000 on PyPI
emceeemcee implements affine-invariant ensemble…
permissive · top 5,000 on PyPI
bayesian-optimizationBayesian optimization using Gaussian processes…
permissive · top 15,000 on PyPI
sweetvizSweetviz generates interactive HTML…
permissive · top 15,000 on PyPI