Skip to content
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

add a plotting function for networks using NetworkX #127

Open
LegrandNico opened this issue Nov 3, 2023 · 0 comments
Open

add a plotting function for networks using NetworkX #127

LegrandNico opened this issue Nov 3, 2023 · 0 comments

Comments

@LegrandNico
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant