About 8,400 results
Open links in new tab
  1. 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 …

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

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

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

  5. Please provide a way to draw if/elseif/else structure ... - PlantUML …

    Oct 23, 2015 · I'm working on some code with switch case structures on big enumerate type or if/elsif/ ... if/elseif/else structure vertically in activity diagrams.

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

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

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

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

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