Hello,
how can I solve the relative simple layout problem?
I want to have a left to right arrow from "b" to "c".
@startuml
rectangle a as a
rectangle S1 as S1 {
rectangle b as b
}
rectangle c as c
rectangle d as d
a -D-> b : down
b -D-> d : down
c -D-> d : down
' should go right not left
b -R-> c : should be right
@enduml
Thank you and best regards
Helmut