plotly_express
plotly_express copied to clipboard
Building network graphs with plotly_express?
Is it (or will it soon be) possible to create network graphs (say, using networkx) with plotly_express?
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 :)
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/