graphgraph-theorygraph-layout

Large scale graph visualization (50K nodes, 100M weighted edges)


I've looked at a number of packages for graph layout (Graphviz, Gephi, Cytoscape, NetworkX to name a few of the more prevalent) and none of them seem to scale to this sort of size. What techniques exist for either visualizing graphs of this size or reducing them to something more manageable?


Solution

  • Gephi's OpenOrd visualisation plugin can layout millions of nodes.