HiThanks for making this graph tool available. I am using this inmy project to display the graph of authors with their connected co-authors.In the example or documentation the nodes labels and their names are added manually. eg) g.addNode(“Strawberry”)..and so on!!But what I am looking for is that how could I give the addNode method a list of names which it will get dynamically by a function for which it can draw the nodes and edges between them.Does anyone have an idea on how to do this?Thanks in advance.!! |
|