enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
#
community-evaluation
Here is 1 public repository matching this topic...
Improve this page
Add a description, image, and links to the community-evaluation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the community-evaluation topic, visit your repo's landing page and select "manage topics."
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 para