GraphViz Dot very long generation duration

I have a tree structure that I want to create a Dot. Each node has 4 edges to the other 4 nodes. In total, there are about 1000 nodes. If I try to generate it using Dot, it will take a very long time (as soon as I let it work for an hour), the CPU load was 100% all the time, but it did not end). Is there any way to speed this up? Maybe setting quality? Or using another (faster?) Visualization software? I attached my dot file to you to check it on your own machine.

Thank. Dot File: http://lh.rs/3fmsfjmbvRw2

+5
source share
2 answers

nslimit nslimit1, :

maxiter, mclimit splines, splines=line ( ).

, E-man, , , , circo twopi, , .

+4

chk this link,

sfdp -x -Goverlap = scale -Tpng data.dot > data.png

+3

All Articles