anazalea / pySankey

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

Possibility of joining plots #27

Open anamarta opened 5 years ago

anamarta commented 5 years ago

Hi,

I was a long time trying to find a way to do a plot like the one this package offers so thank you! However, I need is to make one plot only there are 3 diagrams together. It is a one to one correspondence in terms of names on both sides so it should be somehow straightforward but I didn't manage to make it work. Is this actually possible with your package?

Thank you in advance,

Ana Marta

SZJShuffle commented 4 years ago

I guess you were saying about drawing a 3-layer Sankey diagram? try using pysankey2 where I slightly modified the implementation of pysankey. Here's the link: https://github.com/SZJShuffle/pySankey2