tags:

views:

26

answers:

0

I'm trying to generate a large graph using graphviz. I have a generated text file with nodes defined in the dot format.

When I try to generate a PNG file from the file using

dot -Tpng:cairo graph.txt > graph.png

I get the error message:

Error: Edge length 136228 larger than maximum 65535 allowed.
Check for overwide node(s).

How do I actually "check for overwide node(s)" ?