[Timing Diagram] Can we have multiple diagrams in one page?

0 votes
asked Aug 5 in Wanted features by danny widjaya
I would like to have one .pu file that draws multiple diagrams (with their titles and header/footer). Is this possible now, or if not, is there a plan for it?

1 Answer

0 votes
answered 12 hours ago by awschult (460 points)
you can have 1 file with many @startuml/@enduml diagrams in it. and you can even name them and reference them in other files. the renderer will render each of the diagrams separately to different files.
...