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 <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
