Visualizing Undirected Graph That's Too Large for GraphViz?

Posted by Gabe on Stack Overflow See other posts from Stack Overflow or by Gabe
Published on 2008-10-26T22:31:59Z Indexed on 2010/04/29 21:17 UTC
Read the original article Hit count: 569

Filed under:
|
|

Hi Everyone, I was wondering if anyone has any advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn't even come remotely close, and Tulip and Cytoscape claim they can handle it but don't seem to be able to. (Tulip does nothing and Cytoscape claims to be working, and then just stops.)

Does anyone have any ideas? I'd just like a vector format file (ps or pdf) with a remotely reasonable layout of the nodes.

Thanks!

© Stack Overflow or respective owner

Related posts about graph

Related posts about graphviz