Sequence Diagram does not show up inside a frame

0 votes
asked Feb 3, 2020 in Bug by g.edward.roberts (480 points)
@startuml

Frame {

GrowersAssociation -> Grower : sendPaperwork
Grower -> GrowersAssociation : signContract

}

@enduml

can  not put sequence diagram within a frame so that one can make standard Framed Diagram (may do this in UML, must do this in SysML)

2 Answers

0 votes
answered Feb 3, 2020 by plantuml (294,960 points)

You can have :

@startuml
mainFrame foo
GrowersAssociation -> Grower : sendPaperwork
Grower -> GrowersAssociation : signContract
@enduml

commented Feb 3, 2020 by g.edward.roberts (480 points)
Thanks...This helps... but it does not solve everything... for example, one can embed one diagram within another... and this does not allow that to happen
0 votes
answered Feb 4, 2020 by Serge Wenger Work (15,620 points)
...