I’m looking for a way to animate a network graph algorithm in Python.
What I need to do is to draw a (large) network graph and manipulate it (add/remove vertices, add/remove edges, change vertices size and/or color, change edges colors, etc.), without having to redraw the entire graph for every frame.
I found several similar questions (this one for example) but they all either regard static plotting of network graphs or are very old and the examples doesn't work.