Python port of the R ggalluvial alluvial-plot grammar of graphics.
The port mirrors ggalluvial's R API 1:1 on top of ggplot2-python, preserving stat/geom semantics, lode-guidance ordering, and the alluvia/lodes data-shape contract.
pip install ggalluvial-python # from PyPIFor local development:
git clone https://github.com/corybrunson/ggalluvial.git
cd ggalluvial
pip install -e ".[dev]"pip install -e ".[docs]"
mkdocs serve