2 different diagram types on the same image?

0 votes
asked Jan 29, 2019 in Question / help by junkw (240 points)
Hi

I use the jetbains plantuml plugin

Works great to have many diagrams on the same generated image.

Each diagram is separated from the previous with a "newpage" tag

However plantuml seems to assume all the diagrams to be of the same kind.

example it works if all diagrams are usecase diagrams.

it doesnt render the right way if example a usecase diagram follows a state diagram

A way to fix that would be to be able to specify the type of diagram to render on a specific page

example

--------------------

title "my usecase"

(blabla) -- (blabla2)

newpage state_diagram <--------- specify the type of diagram to render

title "my state diagram"

[*] -- state1
commented Jan 29, 2019 by albert (3,520 points)
Maybe allow_mixing is what you are looking for. Please  search the site for some examples.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...