https://github.com/j-i-l/pyalluv
matplotlib based tool for the visualization of alluvial diagrams.
https://github.com/j-i-l/pyalluv
clustering matplotlib python temporal-networks timeseries-analysis visualization
Last synced: 5 months ago
JSON representation
matplotlib based tool for the visualization of alluvial diagrams.
- Host: GitHub
- URL: https://github.com/j-i-l/pyalluv
- Owner: j-i-l
- License: gpl-3.0
- Created: 2019-04-30T13:09:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T21:29:19.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:13:31.870Z (over 1 year ago)
- Topics: clustering, matplotlib, python, temporal-networks, timeseries-analysis, visualization
- Language: Python
- Homepage: https://pyalluv.rtfd.io/
- Size: 83 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
=======
pyAlluv
=======
.. image:: https://readthedocs.org/projects/pyalluv/badge/?version=latest
:target: https://pyalluv.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://zenodo.org/badge/184264168.svg
:target: https://zenodo.org/badge/latestdoi/184264168
Package to draw alluvial plots with matplotlib.
.. figure:: docs/_static/life_cycles.png
Alluvialdiagram illustrating life-cycle events in a dynamic community.
source: `life_cycle_events.py`_
.. _life_cycle_events.py: examples/life_cycle_events.py
To get started checkout the `documentation `_.
.. inclusion-marker-do-not-remove
Installation
=============
You can get the latest version with
.. code-block:: console
pip install --upgrade --no-deps git+https://github.com/j-i-l/pyalluv.git
Examples
=========
.. exclusion-marker-do-not-remove
See `life_cycle_events.py `_
Documentation
==============
http://pyalluv.rtfd.io/