Is there a way to constrain rectangles layout? I would like to show memories internal organization with sectors, themselves made of banks, etc. The following code displays Sector 0 and Sector 1 in a row. Is it possible to force them to display in a column?
@startuml
rectangle "my_memory" {
rectangle "Sector 0"
rectangle "Sector 1"
}
@enduml