I can visualize my entire graph in two simple ways:
MATCH (n) RETURN n
or
MATCH p=()-->() RETURN p
Of my 500 or so nodes, and about twice that in relationships, I see that there is one of my dozen or so node labels that is dominating the graph, and f...