5 Mar
2016
5 Mar
'16
10:03 p.m.
On 05.03.2016 23:00, Richard Ree wrote:
I'd like to be able to interactively identify vertices in the graph window produced by draw_hierarchy. I've used display_props to do this with normal graph windows but since the graph shown by draw_hierarchy is different from the original (the one passed to minimize_nested_blockmodel_dl), this doesn't seem possible - or am I missing something?
The graph is indeed different, but shares the same vertex and edge indexes with the original one, hence it should be possible to pass display_props normally, like you do with graph_draw(). Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>