23 Feb
2015
23 Feb
'15
5:38 p.m.
Hi, how to put a label ()string in vertex or edge properties ? I can only find: new_vertex_property("int") and new_edge_property("int") -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
23 Feb
23 Feb
5:48 p.m.
On 23.02.2015 14:38, mohsenuss91 wrote:
Hi, how to put a label ()string in vertex or edge properties ? I can only find:
new_vertex_property("int") and new_edge_property("int")
Just do g.new_vertex_property("string"). Did you read the documentation? https://graph-tool.skewed.de/static/doc/quickstart.html#property-maps Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
3951
Age (days ago)
3951
Last active (days ago)
1 comments
2 participants
participants (2)
-
mohsenuss91 -
Tiago de Paula Peixoto