About 9,250 results
Open links in new tab
  1. **How to run PlantUML in VS Code using only a local JAR, …

    Feb 25, 2025 · In many companies, especially those dealing with confidential data, security is a major ... property and confidential information remain protected.

  2. 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 …

  3. 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?

  4. Is it possible to add a note above/below a component in

    Jul 23, 2021 · I'm looking to add a few notes on a component diagram that is fairly flat. note right/left on middle components adds a lot of spacing and can cause arrows to cross over each …

  5. 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

  6. Switch or multiple else branches for new activity diagram

    Jun 5, 2013 · Hello, I also find that having several "else" (or a switch command) would be nice. I have a processus, where the process can be routed to around 10 possible branches. Having …

  7. How to control position of arrows and notes? - PlantUML Q&A

    Apr 26, 2023 · Given @startuml rectangle { component "A" as c1 component "B" as c2 component "C" as ... the position of the arrows and notes the way I want?

  8. How to align components vertically? - PlantUML Q&A

    Sep 13, 2023 · I have a plantuml components diagram where I have multiple components which by default seems to be placed horizontally but I want them to align vertically. Is it possible to …

  9. How can I use invisible packages (to improve layout of

    Aug 2, 2015 · Invisible packages (as discussed in the related answer) are a big help when you want to improve (or control) to some degree the layout of a diagram with lots of classes and …

  10. How can I align the text of components? - PlantUML Q&A

    Jan 23, 2021 · I'm bypassing Plantuml's node layout and using the Graphviz one instead. I mean Graphviz can do html style nodes containing colours, tables, images, etc (see my answer to …