Live data from Hacker News

Gephi: Interactive visualization and exploration platform for networks, graphs

gephi.github.io

1–3 of 3 posts

Re: Gephi: Interactive visualization and exploration platform for networks, graphs

#2
Gephi is really nice for smaller data sets, however just like most other widely available and free tools it becomes useless once you get to large graphs.

Part of it is just the complexity of graph algorithms. No getting away from O(n^2) and worse.