On 28.12.2015 01:08, Yannis Haralambous wrote:
Thanks for the quick reply but it didn't worked.
Le 27 déc. 2015 à 23:55, Tiago de Paula Peixoto <tiago@skewed.de> a écrit :
Alternatively, you may use "ungroup_vector_property()":
ecolor = ungroup_vector_property(g.ep["typee"], [1])[0] graphviz_draw(g, ecolor=ecolor)
I got the following error message:
Traceback (most recent call last): File "build-graph.py", line 595, in <module> ecolor = ungroup_vector_property(g.ep["typee"], [1])[0] File "/usr/local/lib/python2.7/site-packages/graph_tool/__init__.py", line 1035, in ungroup_vector_property _check_prop_vector(vprop, name="vprop", scalar=False) File "/usr/local/lib/python2.7/site-packages/graph_tool/__init__.py", line 915, in _check_prop_vector (" floating" if floating else ""))) ValueError: property map 'vprop' is not of vector type.
You said your property was of type "vector<short>". This error message says it isn't. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>