Let’s start with geometric layouts. In the view above, we display hierarchical information in rings stemming from the most central nodes of our graph. We do this by…
-
Running a centrality algorithm and adding a ‘degree’ property to all nodes.
-
Filtering the most central nodes of our graph by highest degree, then selecting those nodes.
-
With central nodes selected, performing a geometric ring layout with those most central nodes as root nodes.
Stay tuned for auto-rings in the next release of GraphXR which does the above in just one-click!
Feel free to comment below or ping us on Slack. We love to hear your thoughts!