views:

26

answers:

1

I have a graph I;ve created in graphviz, but the problem is that edges overlap each other (I have 5-7 nodes in each row), so it is hard to tell for each node which are the nodes it connects.

How can I make the edges not to overlap each other? Have them cross each other is OK.

A: 

I'm not so sure this is the right kind of question as it sounds like a Customer Support question.

Anyway, I think this is a common bug, do a search in:http://www.graphviz.org/bugs/buglist.html

e.g.http://www.graphviz.org/bugs/b2037.html

Bolu