Skip to content

Easy to use wrapper for plotly's sankey/flow diagram

Notifications You must be signed in to change notification settings

cjwomack/sankey-wrapper

Repository files navigation

sankey-wrapper

Easy to use wrapper for plotly's sankey/flow diagram


Usage

Just modify data.csv and run create_sankey_from_csv.py 🤗


Example

Result:

Corresponding content of data.csv:

Source Target Value
A C 8
A D 5
B C 7
B D 2
B E 2
C E 5
C F 3
C G 4
C H 3
D G 3
D F 4

About

Easy to use wrapper for plotly's sankey/flow diagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages