E.g.: g = Graph() g.add_vertices(2, {"label": ["A", "B"], "color": ["red", "blue"]}) --- Imported from Launchpad using lp2gh. - date created: 2008-11-07T14:44:52Z - owner: ntamas - the launchpad url was https://bugs.launchpad.net/bugs/295180
E.g.:
g = Graph()
g.add_vertices(2, {"label": ["A", "B"], "color": ["red", "blue"]})
Imported from Launchpad using lp2gh.