maths-help-seeker
maths-help-seeker

Reputation: 966

DOT gives "triangulation failed" error

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?

Upvotes: 2

Views: 1352

Answers (1)

Paul Dixon
Paul Dixon

Reputation: 4267

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.

Upvotes: 2

Related Questions