anazalea / pySankey

create sankey diagrams with matplotlib
GNU General Public License v3.0
255 stars 96 forks source link

minor revise needed #44

Open mohammades303 opened 2 years ago

mohammades303 commented 2 years ago

for the orders to work fine, a minor revision in the following line needed

https://github.com/anazalea/pySankey/blob/811a63823692b2ae3d346bbda4ea5990677f409c/pysankey/sankey.py#L42

this should be modified as : if len(labels) >0:

Pierre-Sassoulas commented 2 years ago

See my fork, this repo is not maintened.