-
Notifications
You must be signed in to change notification settings - Fork 72
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
plot different graphs with plot_network_clusters #209
Comments
Thanks for submitting your first issue! |
it may be useful, I did a simple test, just copying the function and adding ax in the nx draw functions
then just:
this work, even if it is not optimal |
Thank you, we are thinking of improvements for the plotting function and indeed what you propose is relevant. I'll try to take care of it when I have some free time, unless you're confident in the change in which case you can directly propose a pull request of course. |
Hi,
To plot the communities it is very easy with plot_network_clusters, however it is tedious to plot each network in a cell (for instance using Jupiter or google Colab). In networkx you can do since there is a hyperparameter ax on the function draw network. I checked the code here and I see that the function is based on Networkx plotting implementation, could be useful to just add the ax parameters allowing the possible to plot multiple plots in one figure.
best,
Salvatore
The text was updated successfully, but these errors were encountered: