You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plot_network function is currently using GraphViz, however, it would be convenient to have something more Matplotlib-compatible, and NetworkX seems to be the go-to library. This would also let us convert our networks into this format, which can provide many metrics tools, and can be further exported to PyVis, which could be nice also to support.
The first step would be to convert the plot_network function into a NetworkX equivalent.
The text was updated successfully, but these errors were encountered:
The
plot_network
function is currently using GraphViz, however, it would be convenient to have something more Matplotlib-compatible, and NetworkX seems to be the go-to library. This would also let us convert our networks into this format, which can provide many metrics tools, and can be further exported to PyVis, which could be nice also to support.The first step would be to convert the
plot_network
function into a NetworkX equivalent.The text was updated successfully, but these errors were encountered: