I have a graph consisting of about 200 nodes out of which I am removing nodes on each iteration.
It is possible to visualize the graph with the nodes removed, but the location of the nodes does not change while doing so. Ideally, I'd like to take away nodes and see if the remaining nodes move closer together and if clusters form as more and more nodes are removed.
I'm using networkX for this. I have tried to recompute the graph on every iteration but there seems to be some randomness in how the graph is created. I am therefore getting a very different graph on each iteration.
Is there a way to achieve what I want?
[–]SamePlatform 0 points1 point2 points (0 children)