-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
add chord diagrams #2983
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
Just for the records, I found the holoviews Chord, which looks good: https://holoviews.org/reference/elements/bokeh/Chord.html |
Also interested in Chord diagrams in v4 |
I also would like a Chord graph feature since other visualization packages already have it. |
Should we understand it is no longer a working supported part of later versions of plotly? |
That example will still work, but it's awfully cumbersome. We wouldn't be opposed to adding chord diagrams to plotly.js / .py, but there's already a |
Thanks for the reference. Circos was probably the first to introduce chord diagrams for the masses, it is probably the most versatile today I would guess. What are your cons and pros for switching to use dash though? |
Pros: you get access to a whole bunch more types of visualization that don't exist in plotly.js/.py (see also dash-cytoscape, dash-vtk, dash-leaflet... there's a ton out there) and you can hook them up to each other in ways that can make data exploration more efficient. Cons: A bit of boilerplate because you need to create a Dash app to put the component into, and that app keeps an extra process running in order to serve interaction callbacks. If you want to run inside Jupyter see https://dash.plotly.com/dash-in-jupyter. FWIW We're exploring some ideas to simplify this, but no timeline as yet. |
Thanks for your developing plotly.py!
There is a description how to create a chord diagram for version3:
https://plotly.com/python/v3/filled-chord-diagram/
It would be nice to have this for version4, too.
The text was updated successfully, but these errors were encountered: