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

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

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

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

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

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

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