How to "check for overwide node(s)." in graphviz dot file

Posted by Tomas Forsman on Stack Overflow See other posts from Stack Overflow or by Tomas Forsman
Published on 2010-04-19T10:58:41Z Indexed on 2010/04/19 11:03 UTC
Read the original article Hit count: 241

Filed under:

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)" ?

© Stack Overflow or respective owner

Related posts about graphviz