First time here? Check out the FAQ!
answered 2012-01-10 21:54:14 +0100
Don't know how to animate a graph, but
G = DiGraph(A, format='weighted_adjacency_matrix') H = G.plot(edge_labels=True, graph_border=True) H.show()
will display the weights in a graph with adj matrix A.