Skip to content

Graph.add_edges() and Graph.add_vertices() should have a keyword argument to define attributes #372

@gaborcsardi

Description

@gaborcsardi

E.g.:

g = Graph()
g.add_vertices(2, {"label": ["A", "B"], "color": ["red", "blue"]})


Imported from Launchpad using lp2gh.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions