plantuml Questions

6

Solved

I have multiple single sequence diagrams. most of them have the same initialization and termination sequence. It is possible to copy this from one file to the other but it would be much better if ...
Laurence asked 13/4, 2017 at 9:45

3

Solved

Confluence supports displaying PlantUML diagrams using for example PlantUML for Confluence macro. Basically, one copy-pastes a source code of the UML diagram and it's correctly rendered in a page. ...
Brutus asked 30/11, 2020 at 15:27

9

At the moment I am trying to make a presentation using markdown. In order to include an UML diagram I want to use PlantUML. The code is written in the document below. I am of the understanding, tha...
Peephole asked 3/4, 2021 at 18:40

2

Solved

I have successfully created the ERD with standard notations as per the UML with reference to ERD Sample But I want to make lines exactly touching the field names as specified in this question ERD O...
Bondon asked 2/8, 2022 at 8:31

5

Solved

I installed the PlantUML extension (by jebbs) in Visual Studio Code for Windows and everything is working perfectly for sequence diagrams. However when I try to render a class diagram I get the me...
Heroin asked 19/12, 2018 at 17:20

2

Solved

As I've seen from the examples in PlantUML you can have certain graphical objects with text in it like folder folder1 [ Here you can have some explanation with ==== --Markdown-- //formatting// ...
Convalesce asked 21/8, 2017 at 10:24

4

Solved

How can we use plantuml UML tool in iPython notebook? It should helpful for us since UML figure is frequently used during paper work. After some google from internet, I have found one excellent re...
Denysedenzil asked 30/11, 2013 at 17:27

7

I am trying to use plantuml add-ons on VSCode: there are several but none of them is working. In this eample I am using the plantUML add-on. As you can see on the second image the preview is blan...
Motheaten asked 19/11, 2021 at 19:21

2

The syntax for switching the directionality of the arrows in PlantUML is clear. One can use an -left->, -right->, -up->, -down-> to achieve left, right, up, and down directionality resp...
Eldrida asked 19/3, 2022 at 20:58

3

Have created a sequence diagram using PlantUML generating containing a legend and footer. The footer contains my company's name along with copyright date. The legend is very close to the footer and...
Thesis asked 29/6, 2020 at 8:42

1

Solved

Is it possible to write an inline comment in the PlantUML (Markdown format)? For example, I would like to achieve the following result @startuml participant Alice as A participant Bob as B A -&...
Guesstimate asked 27/6, 2022 at 11:52

5

Solved

I want to color classes in my class diagram, based on a certain criteria, and then display a legend, that would look roughly like: If I could add an HTML table within PlantUML's legend and endle...
Weston asked 23/6, 2015 at 9:43

0

I want to create an Activity Diagram with PlantUML's new beta syntax. I've got the basic decision logic diagram, but I'm having trouble trying to add a merge node to merge two execution branches. I...
Granddaughter asked 22/3, 2023 at 12:30

1

Solved

I'm creating some notes and images to help me better understand Builder Patterns in Java. Strictly for design purposes, I've been attempting to input additional white space between some message lin...
Muckrake asked 23/2, 2023 at 3:18

2

I've created an activity diagram with swimlanes in plant uml the diagram travels from top to bottom but I want to make it travel left to right. I found this answer about PlantUML different layouts ...
Hoxha asked 9/1, 2018 at 2:22

2

Solved

I cannot make a nested box in plantUML. @startuml box "B0" #LightBlue Bob -> Alice : hello Box "B1" #LightYellow Bob --> Cunny : hi end box end box @enduml This gives an error that box...
Ganny asked 1/7, 2018 at 6:11

2

I am trying set background color for specific blocks of multiline text within Plantuml sequence diagram "note". For example, in the below snippet for Plantuml Sequence diagram, how to app...
Monnet asked 13/1, 2021 at 16:3

2

It is possible to style the class name in PlantUML to italic by making the class abstract. Is there a way to style the class name so that it is bold as in the example class below?
Handbill asked 19/3, 2022 at 20:23

3

I have a class structure of something like this: @startuml package "A" { ABase <|-- A1 ABase <|-- A2 ABase <|-- A3 } package "B" { BBase <|-- B1 BBase <|-- B2 BBa...
Hamo asked 6/5, 2020 at 16:11

1

Solved

I am using doxygen for my personal project and desire to use any type of UML language on page created by myself (markdown page). I do not mean to use it in code (it does work), but on a document cr...
Chalmer asked 3/2, 2020 at 22:39

3

Is there a way to end a participant's line in a sequence diagram before the end of the diagram? For example if I want to display how database stored procedures call each other: @startuml participa...
Sufferable asked 8/7, 2016 at 12:56

1

Solved

I try to arrange the components and packages as shown on the first screenshot. Is there any chance to do it like this (Screenshot 1) Please find my current approach here (Screenshot 2) And uml sc...
Illegalize asked 25/5, 2022 at 9:55

7

I am trying to create a component diagram using the PlantUML plugin for IntelliJ. I have installed the plugin and worked with it before. However, when I try to render a component diagram, I get an ...
Philanthropist asked 29/1, 2019 at 4:42

2

To create a rectangle, I can simply rectangle "Rectangle Label" as RectangleName, but how to make its border dashed? like below?
Plotinus asked 6/7, 2021 at 21:48

1

Im trying to do a UML diagram for a script below in PlantUML. [plantuml, target=diagram-sequence, format=png] .... @startuml -> A: test opt ((Exterme_DANGER_Forwith_cIES_MICRO_GYRO) || (Exterme...
Meryl asked 23/2, 2022 at 9:36

© 2022 - 2024 — McMap. All rights reserved.