Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
777 views
in Technique[技术] by (71.8m points)

dot graph generation too slow around 5000 nodes and 7000 edges

I convert a graphviz dot file to pdf which has 5000 nodes and 7000 edges. Two hours passed, it's not finished yet. is there a fastway to do it?

question from:https://stackoverflow.com/questions/65948303/dot-graph-generation-too-slow-around-5000-nodes-and-7000-edges

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There is no single answer.

  • add -v to the command line to help understand where dot is getting stuck (dot -v -Txxx ...)
  • try using one of the other layout engines (fdp, neato, circo, ...)
  • The Dot User Guide says: For completeness, we note that dot also provides access to various parameters which play technical roles in the layout algorithms. These include mclimit, nslimit, nslimit1, remincross and searchsize.
  • This web search leads to more help: mclimit OR maxiter dot

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...