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.
- Host: GitHub
- URL: https://github.com/t4d-gmbh/pyalluv
- Owner: t4d-gmbh
- License: gpl-3.0
- Created: 2021-01-23T12:59:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T20:57:43.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:43:45.518Z (5 months ago)
- Language: Python
- Homepage: https://pyalluv.rtfd.io/
- Size: 336 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
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.ymlThis 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