GraphViz Dot very long duration of generation

半城伤御伤魂 提交于 2019-12-04 04:21:05

You may want to try setting the nslimit or nslimit1 attributes as mentioned here:

You may also tune the maxiter, mclimit and splines attributes, especially splines=line gave me a huge speedup (albeit being somewhat ugly).

Also, as E-man suggested, dot is really slower than e.g. circo or twopi, so you may consider using one of those, if they look OK for your graph.

xiaoyifang

chk this link,laying out a large graph with graphviz

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

Importing a large .dot file into Gephi - https://gephi.org is really fast.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!