Hi I am trying to create a graph from a list of nodes. my list of nodes was like this [(John, Harold),(Root, Shaw),(Control,decima)]. i tried add_edge_list(edges) but it only takes a list of int tuples. is there any way around it?
-- http://about.me/shubham.bhushan
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
