An open API service indexing awesome lists of open source software.

https://github.com/t4d-gmbh/pyalluv

matplotlib based tool for the visualization of alluvial diagrams.
https://github.com/t4d-gmbh/pyalluv

Last synced: 3 months ago
JSON representation

matplotlib based tool for the visualization of alluvial diagrams.

Awesome Lists containing this project

README

        

.. image:: https://github.com/tools4digits/pyAlluv/actions/workflows/run_pytest.yml/badge.svg
:target: https://github.com/tools4digits/pyAlluv/actions/workflows/run_pytest.yml

This is a complete rewrite of `j-i-l/pyalluv `_ with the aim to integrate seamlessly into matplotlib.

It's work in progress...

To install it simply run:

.. code-block:: console

pip install --upgrade --no-deps git+https://github.com/tools4digits/pyalluv.git

You can find several working examples in the `examples`_ folder.

.. _examples: examples