pySankey
pySankey copied to clipboard
This is the maintened version of PySankey (pySankeyBeta on Pypi)
to have multi-categories flow?
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.
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...
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. Commits 6350dfa Bump pylint to 3.3.0, update changelog 78f3dfa Bump astroid to 3.3.3 (#9939) b28c1f6 Add check for unnecessary-default-type-args (#9938)...
As outlined in #47, this PR updates the documentation in the readme. Specifically, I made the examples consistent in the sense that they are both using the `fruits.txt` dataset now...
Hi, excellent work you put into this package here! I started using your package, but ran into some problems with a larger data set which is too big to load...
Hi team, I am using the package for analysis, there is a question that I want to display the weights of each entity on the graph, do you know how...
https://github.com/Pierre-Sassoulas/pySankey/blob/c0b86557fa840399ee6804a48cd5bee7d68df9d5/pysankey/sankey/__init__.py#L115 This changes the font in the user's global matplotlib environment, a pretty unexpected side effect for a plotting function. I see issue #21 relates to wanting the ability to...