6 Sep
2019
6 Sep
'19
5:22 p.m.
OK, solved it - hadn't seen the note here: https://graph-tool.skewed.de/static/doc/graph_tool.html?highlight=property%2... The way to access string property maps is via g.vp.name.get_2d_array(pos=[0]) g.ep.type.get_2d_array(pos=[0]) Hope it helps someone. Best Haiko