plotly_express icon indicating copy to clipboard operation
plotly_express copied to clipboard

Building network graphs with plotly_express?

Open reckoner opened this issue 6 years ago • 2 comments

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

reckoner avatar May 02 '19 14:05 reckoner

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 :)

nicolaskruchten avatar May 06 '19 18:05 nicolaskruchten

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/

Zmeos avatar May 26 '19 06:05 Zmeos