plotly / plotly_express

Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
https://plot.ly/python/plotly-express/
MIT License
4 stars 0 forks source link

Building network graphs with plotly_express? #63

Open reckoner opened 5 years ago

reckoner commented 5 years ago

Is it (or will it soon be) possible to create network graphs (say, using networkx) with plotly_express?

nicolaskruchten commented 5 years ago

There's no built-in support for network graphs in plotly.js, which is the underlying drawing engine here, so this isn't on the short-term roadmap :)

Zmeos commented 5 years ago

There are a couple of network plotting examples in plotly (python) by just using scatter plots. Perhaps a similar approach can be taken to make it possible to create network graphs in plotly_express?

Examples: https://plot.ly/python/network-graphs/ https://plot.ly/python/3d-network-graph/