Arrows might overlap on state diagram

0 votes
asked May 20, 2015 in Bug by anonymous
The following state diagram has the arrows between states A and C overlapping so you can't read the labels on the arrows:

@startuml

[*] --> A

A -> B : AtoB

B -> A : BtoA

B -> C : BtoC

C -> B : CtoB

A -> C : AtoC

C -> A : CtoA

@enduml

I deliberately used horizontal layout for this.  My actual state diagram was more complex and I used a mix of horizontal and vertical to force the layout to be more compact when I ran into this issue.  I'm using PlantUML version 8024 and graphvis version 2.38.0.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...