-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
px.sankey #2094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
for 4.6 I guess? |
Hehe yes :) |
Would love to pair on this one if this is already being worked. If it's helpful, I made a PyPI package to automate wrangling of dataframes for sankey charts with what I thought might be helpful assumptions/defaults. Maybe it sparks some good discussion on defaults, and I'm sure it could be modeled similarly to Here's a link to the main logic I was using: https://github.com/MCBoarder289/sankeyfy/blob/master/sankeyfy/__init__.py |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
We need a
px.sankey
and I think modelling it after thepath
flavour ofpx.sunburst
introduced in #2006 is a great starting point! By default it would be always-branching, but we could add amerge_nodes=True
option which could collapse nodes or somethingThe text was updated successfully, but these errors were encountered: