|
|
|
|
|
by dfabulich
233 days ago
|
|
Visualizing large graphs is a "tarpit idea," one that initially seems appealing but never succeeds in practice. Fundamentally, the problem is that visual aids can only really represent a few dozen things before they become as complicated as the thing you were trying to understand in the first place. And when analyzing messy node diagrams, it’s not just the nodes we’re trying to visualize, but the lines connecting the nodes (the “edges”). We can only visualize a few dozen of those, and that typically means we can visualize only a handful of nodes at a time. Visualization only works in trivial examples where you don’t need it; it fails in complex environments where you need it the most. |
|