21 Jan
2020
21 Jan
'20
1:56 p.m.
Am 17.01.20 um 04:56 schrieb Paul Jung:
Hello,
I think I am having the same problem recently risen. I was just wondering how I can access to the color tuples of the given mapping (draw) results. Given that:
g = gt.collection.data["celegansneural"] state = gt.minimize_nested_blockmodel_dl(g, deg_corr=True) gt.draw_hierarchy(state, output="celegansneural_nested_mdl.pdf")
I want to use the color codes of blocks (vertex) and edges for another mapping. Any ideas?
As explained in that thread, you can get the colors from the color map: graph_tool.draw.default_cm -- Tiago de Paula Peixoto <tiago@skewed.de>