
13 May
2012
13 May
'12
10:16 a.m.
On 13/05/12 15:13, Francesco Mazzoli wrote:
On 13/05/12 14:55, Sönke Hahn wrote:
Somehow related questions are: What am I going to do with a dot-graph, that has more than 500 vertices? Is there an intelligent way to reduce the graph?
Setting the `concentrate' parameter to true helps, but dot does not work well with massive graphs.
Actually, "neato" doesn't work well with massive graph - and neither do the other algorithms provided by GraphViz. dot is just the file format. I found Gephi (https://gephi.org/) quite good when I had to visualize big graphs, and it supports dot files so you can try it out easily. Francesco.