Question

I am using networkx package to draw power law graphs. I want to simulate a search algorithm on this graph and want to visually see the algorithm move from one node to another on the graph. How do I do that?

No correct solution

OTHER TIPS

On a mac you could use NodeBox: http://nodebox.net/.

NetworkX supports drawing using Graphviz and matplotlib. Did you read the drawing-chapter in its documentation?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top