Skip to content

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

@gaborcsardi

Description

@gaborcsardi

From @gaborcsardi on May 4, 2013 18:59

E.g.:

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


Imported from Launchpad using lp2gh.

Copied from original issue: igraph/igraph#372

Metadata

Metadata

Assignees

Labels

todoTriaged for implementation in some unspecified future version

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions