relation line very long after install graphviz 2.39

0 votes
asked Apr 9, 2015 in Wanted features by uwong15 (360 points)

i was asking before about dot.exe crash in there

i have installing graphviz 2.39 and it's fixed, but why relation arrows is very long.

long_arrow

i was using relation like --> or ..> before and i change to -> or .> but, it's same.

1 Answer

0 votes
answered Apr 9, 2015 by plantuml (295,000 points)
You should avoid using to many horizontal relation.

You should try to change -> to -->
...