I have a directed graph, grouped by connected component. The end result is a number of subgraphs (80 and more) independent of each other of various complexity (some have just 2 vertices, others 20 and more).
The issue: groups overlap each other and are all over the graph, so it's extremely hard to analyze individual groups. I would like to display one group at a time.
Question: Is there a way to show one group at the time and hide the others ?.
The issue: groups overlap each other and are all over the graph, so it's extremely hard to analyze individual groups. I would like to display one group at a time.
Question: Is there a way to show one group at the time and hide the others ?.