DOT gives “triangulation failed” error

我的梦境 提交于 2019-12-24 06:44:54

问题


I have a .dot file and I am using command line to plot a graph using the dot file in pdf format using the following command

$ dot -Tpdf -O output_model.dot

I am getting the following error:

libpath/shortest.c:315: triangulation failed libpath/shortest.c:183: source point not in any triangle.

Any ideas why am I seeing this error?


回答1:


Without seeing the contents of your .dot file it is difficult to know. But, I've had a similar error when using the constraint=false parameter on the edges in a graph.



来源:https://stackoverflow.com/questions/8488064/dot-gives-triangulation-failed-error

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