Hello all,
I would like to position my elements in a grid.
I want that certain elements (rectangles) are arranged next to each other in a grid and other elements (circles) are aligned exactly underneath, the sequence also plays an important role. It can also happen that in the second row with the circles an element remains empty ...
Is there a way to do this in PlantUML?
Thank you and best regards Thomas
e.g.:
Rect 1 | Rect 2 | Rect 3 | Rect 4 |
Circle 1 | | | |
| Circle 3 | Circle 4 | Circle 5 |
Circle 2 | | | |