I would like to visually group a set of nodes in networkx. Of course one could do so by changing node color, size etc. My preferred solution however should look something like the plot created with igraph below. Is this possible in networkx?
Asked
Active
Viewed 317 times
0
-
Is [this](https://stackoverflow.com/questions/43541376/how-to-draw-communities-with-networkx/43541777#43541777) similar to what you are looking for? – Paul Brodersen Feb 10 '21 at 12:32
-
It is hard to understand your requirement from your question. What do you mean by `visually group a set of nodes`? Do you run any algorithm first to find the community? Also you didn't share your work here. What you have done so far? – biqarboy Feb 11 '21 at 02:24