Visualizing Undirected Graph That's Too Large for GraphViz?

前端 未结 17 1043
自闭症患者
自闭症患者 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:42

    Does it need to be truly accurate?

    Depending on what you're trying to accomplish it might be good enough to just graph 10% or 1% of the data volume. (of course, it might also be completely useless, but it all depends on what the visualization is for)

提交回复
热议问题