pySankey icon indicating copy to clipboard operation
pySankey copied to clipboard

This is the maintened version of PySankey (pySankeyBeta on Pypi)

Results 5 pySankey issues
Sort by recently updated
recently updated
newest added

to have multi-categories flow?

enhancement
help wanted

closes https://github.com/Pierre-Sassoulas/pySankey/issues/39

bug

Currently, in the wheel that is published to pypi, the project tests are part of the wheel. This is causing some unintended collision in our setup.

bug

Hi, I'm wondering if it's possible to add a label for each flow on the left-hand side. I went through the code and think it should be related to the...

I would like to change the plot font type to *sans serif* to my SanKey plot. I tried with the parameter ``` plt.rcParams.update({'font.family':'sans-serif'}) ``` before creating my Sankey plot, but...

enhancement
help wanted