pySankey2
pySankey2 copied to clipboard
Static Sankey diagrams with matplotlib
Thanks for the nice library, I just wanted to comment that writing the S in `figSize` as a capital is breaking with the de facto convention of matplotlib/pyplot calling it...
It seems impossible to do so according to the 'ax' obtained.
After I execute `pip install pysankey2`, the error "No module named 'pysankey2'" is still existed.
Hello, thank you for the very useful package! I am trying to use it to create a multi-layer diagram. In this case I have three layers, and while second layer...
I just lost 10min because I assumed pySankey2 can be pip installed through `pip install pySankey2` This DOES NOT work, since there is already a different pip package called pySankey2....
It'd be great if one could also use the following input data type: ``` left right count a a 1 a b 2 b a 5 b b 3 ```...