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?
Asked
Active
Viewed 382 times
2 Answers
1
On a mac you could use NodeBox: http://nodebox.net/.

pseudosudo
- 6,270
- 9
- 40
- 53
-
The new beta version is based on jython and runs on windows aswell: http://beta.nodebox.net/ – FlorianH Feb 14 '10 at 17:33
1
NetworkX supports drawing using Graphviz and matplotlib. Did you read the drawing-chapter in its documentation?

Alex Brasetvik
- 11,218
- 2
- 35
- 36