6 Oct
2017
6 Oct
'17
1:47 a.m.
This should reproduce the error: g = Graph() v1 = g.add_vertex() v2 = g.add_vertex() e = g.add_edge(v1, v2) pv1 = g.new_vertex_property("vector<int>"); pv1.set_2d_array(np.zeros((2, 2))) graph_draw(g, vertex_shape="pie", vertex_pie_fractions=pv1, edge_gradient=None, output="lesmis-sbm-marginals.svg") -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/