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

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.

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/