/sankeyview

View flow data as Sankey diagrams

Primary LanguagePythonMIT LicenseMIT

sankeyview takes a database of flow data and transforms it into a Sankey diagram. It implements the approach described in the paper Hybrid Sankey diagrams: Visual analysis of multidimensional data for understanding resource use.

Example: Fruit - complete example.ipynb

Installation

Since sankeyview depends on pandas and numpy, it's easiest to install those using Anaconda or Miniconda.

Then install sankeyview using pip:

pip install sankeyview

Jupyter notebook

To use with the Jupyter notebook, the ipysankeywidget package is also needed.