
How to use !include with PlantUML Server - PlantUML Q&A
Dec 28, 2018 · The following method should only be used IF you are running plantuml server on your local laptop via docker and like to use it instead of the jar with say visual studio code simply due to …
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
Customize Stereotype display - PlantUML Q&A
Mar 23, 2019 · When building a diagram the Stereotype title always display the << and >> ... is there a way ... "empty", then nothing would be displayed. Thanks,
I want to increase the quality of the image output. - PlantUML Q&A
May 4, 2021 · Hello. I am creating a class diagram in PlatUML and exporting it as PNG, but the quality is too low to see the details. Is there any way to increase the output quality of this image? I tried to …
Data Flow Diagrams - PlantUML Q&A
Apr 1, 2017 · First of all congratulations: plantuml is simply fantastic. One diagram missing from UML is the DFD. On the other side it is an extremely useful diagram that most analysts still widely use …
Support for the different @start... commands - PlantUML Q&A
Apr 2, 2021 · For the first set (startwire ...startflow) I found one or more examples and could run these successfully with plantuml (version: 1.2021.4beta4). For the other commands I could not find a direct …
What is the Syntax for "for" loop in Plantuml - PlantUML Q&A
May 19, 2019 · What I'm looking for is a way to *execute* for loops within the PlantUML language. But, I think I found a workaround approach that uses "!while" loops, with some problems for me, but that's …
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