Visualizing Undirected Graph That's Too Large for GraphViz?

前端 未结 17 1006
自闭症患者
自闭症患者 2020-11-30 17:18

I need 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

17条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 17:40

    A windows tool that can visualize graphs is pajek, it generates a eps output, however I don't know if it can read your data.

提交回复
热议问题