On 03/09/2014 07:36 PM, Hang Mang wrote: > Hi, > > how can I specify for each vertex a text so that when i draw the graph > its text gets drawn instead of its index?
Please take a look in the full documentation of the graph_draw()
function, specially the "text" attribute:
http://graph-tool.skewed.de/static/doc/draw.html#graph_tool.draw.graph_draw
Essentially, something as simple as graph_draw(g, vertex_text=foo) will
do what you want, where foo is a vertex property map containing the text
you want.
Best,
Tiago
--
Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
