Skip to main content

Package for plotting Sankey diagrams with Python

Project description

<img src=”https://github.com/mandalsubhajit/venndata/blob/master/pSankey.png” width=”200”>

# psankey - A module for plotting Sankey flow diagrams in Python

Inspired by d3-sankey package for d3js (https://github.com/d3/d3-sankey)

## Brief description

In data science, we often require to visualize flows in the form of a Sankey diagram. This module helps with that. Usage is very straightforward and customizable.

Note: Does not work for cyclical graphs.

## Getting started

### Installation

Directly from the source - clone this repo on local machine, open the shell, navigate to this directory and run: ` python setup.py install ` or through pip: ` pip install psankey `

### Documentation

Usage

Start by importing the modules. `python from psankey.sankey import sankey import pandas as pd import matplotlib.pyplot as plt `

## Citing pSankey

To cite the library if you use it in scientific publications (or anywhere else, if you wish), please use the link to the GitHub repository (https://github.com/mandalsubhajit/pSankey). Thank you!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psankey-0.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

psankey-0.0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page