
Is it possible to only use straight lines in a class ... - PlantUML Q&A
Feb 12, 2014 · Strongly agree! PlantUML is very useful to visualize the classes interaction when you need to make changes in a large unknown code base with many classes. Following the curved lines …
Is it possible to comment out lines of diagram syntax? - PlantUML Q&A
Oct 25, 2013 · Sometimes I want to comment out portions of the diagram syntax, similar to what I would do in source ... someway todo this? Great product BTW!
PlantUML Q&A
How to Set Default Zoom Level for Diagrams in PlantUML IDEA Plugin? asked Nov 27 in Question / help by Xisdom zoom high-dpi 0 votes
How to make Actors appear on the left AND Right of a Use
Feb 12, 2019 · In the following example code, the Actors "Right 1" and "Right 2" will appear on the Left. How do I make them appear on the right, and adjacent to (horizontal to) their Use cases? PlantUML …
General/Unconditional/Infinite Loops in activity diagrams - PlantUML …
Jan 29, 2021 · Desired result Repeat and while loops are just special cases. While they are common in code, in more high-level process descriptions I almost always need the general case, which looks …
Ability to include blocks of code from one PlantUML file into another
Oct 11, 2017 · Ability to include blocks of code from one PlantUML file into another +1 vote asked Oct 11, 2017 in Closed feature request by rd27 (460 points)
Activity diagram: Using if(...) is (...) syntax in ELSEIF - PlantUML Q&A
Dec 26, 2022 · Hi Please compare the below two examples, each utilizing one of the two conditional syntaxes cited ... syntax (example 2) is not rendered correctly?
How can change the postion of portin / portou? - PlantUML Q&A
Oct 16, 2023 · In the example: @startuml [i] component C { portin p1 portin p2 portin p3 portout po1 portout po2 portout po3 component c1 } [o] @enduml Portin is on the TOP, portout is at the …
Better control of the layout of class diagrams - PlantUML Q&A
Feb 13, 2014 · With less than ten classes, my reverse egineering tool together with PlantUML mostly produces useful class diagrams. And often a little interactive help (using [hidden],left,right,up,down) …
change color for group in sequence diagrams - PlantUML Q&A
Jan 23, 2024 · As far as I understand, the way to change colors for elements (like for instance a note box) ... pink MyGroup Bob -> Alice : hello end group @enduml