Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

0 votes
1 answer
25 views

Cross reference to included plantuml

I want to write a documentation with asciidoc, including a plantuml. This is how I do : [plantuml, title="My great title"] ---- [[sch_id]] include::plantuml_sources/my_source.pu[] ---- And ...
A.Pissicat's user avatar
  • 3,139
1 vote
0 answers
41 views

How to Generate PlantUML or Class Diagrams from an Existing C# Project/Solution? [closed]

I am working on a project where I need to generate PlantUML diagrams or class diagrams directly from an existing C# project or solution. My goal is to visualize the architecture and relationships ...
Kevin James's user avatar
0 votes
1 answer
26 views

Plant UML Multiple legend in Gantt View

How to add Multiple legend with different colors in Gantt Chart using Plant UML? It's working for me, for one legned. It's taking the last line of code... Is there a way to show, different parameter ...
Harsha Jotwani's user avatar
2 votes
1 answer
43 views

How to make the border of note dashed in PlantUML

I am using skinparam to change the default look of the note in PlantUML, everything seems to work except for the BorderStyle property. I want to make the border of the note dashed but it stays the ...
SMMousaviSP's user avatar
2 votes
1 answer
38 views

is it permissible to create more than one class diagram?

I'm trying to create a simple project and want to implement uml like a class diagram. According to the sources I studied, class diagrams can only be made once for one project. not made based on ...
Al Youma Akmal's user avatar
0 votes
0 answers
34 views

Why can't VS code generate the PlantUML folder automatically after installing the CSharp to PlantUML plugin?

Currently using: .NET 8.0 Runtime CSharp to PlantUML 1.4.0. VS code 1.90.1 Node.js: 20.9.0 OS: Windows_NT x64 10.0.19045 Following the steps in the video (2:16), I am unable to generate the PlantUML ...
bokabokaboka's user avatar
1 vote
1 answer
87 views

Syntax Error in PlantUML Sequence Diagram

I'm encountering a syntax error in my PlantUML sequence diagram. It's related to line 19. Here's the diagram I'm trying to create: @startuml participant Employee participant System group "...
Kuldeep Sonara's user avatar
0 votes
0 answers
53 views

plantuml use mindmap-style arrows in other diagrams

I would like to use mindmap style arrows in non-mindmap diagrams. example: @startuml left to right direction object o1 object o2 object o3 o1 --> o2 o1 --> o3 @enduml gives me: Which works. ...
W_vH's user avatar
  • 125
1 vote
1 answer
355 views

Is this use case diagram for managing and viewing business objects correct?

Hi I have multiple fonctionalities: the manage and view share the same fontionalities but the view use case contains the view of dashboard and calender in addition. I have one actor and if he/she ...
ayoub khezami's user avatar
2 votes
1 answer
107 views

plantuml, how to avoid text or other objects overlapping?

I try to make nice picture with plantuml and 1 component inside another with some internal and external interfaces. Output is ugly with overlapping object and text in my example. @startuml left to ...
Mikael's user avatar
  • 785
3 votes
1 answer
116 views

How to style a state in a PlantUML activity diagram (new syntax) for dashed or dotted outline

Is it possible to use a dashed or dotted stroke to outline a state of an activity diagram using PlantUML? Not using the new activity diagram syntax, we can do a state diagram with styled outline, ex. ...
GaspardP's user avatar
  • 4,572
0 votes
1 answer
119 views

Reuse of component in PlantUML Component Diagram

I'm trying to draw a component UML diagram using PlantUML. I want to declare a component C and reuse it in several nodes. I tried with a code like the following @startuml cloud CMS #darkgreen { ...
Ulisse Rubizzo's user avatar
0 votes
1 answer
73 views

PlantUML changes an order of fields in a class diagram

I am trying to design DB tables with PlantUML class diagrams. But I face a weird behaviour - the order of of fields is not respected. How to show the fields in the original order? This is a minimum ...
Leos Literak's user avatar
  • 9,266
0 votes
0 answers
56 views

Java CodeCache is Full executing PlantUML / GraphViz

I am attempting to generate diagrams for my plantuml file locally but keep coming across a Java CodeCache error, I understand in theory what the issue is, that is I need to increase the Cache size, ...
Daniel Rossi's user avatar
0 votes
0 answers
74 views

Can PlantUML generate nested/embedded block components and reference them via a dict "[]" or dot notation "."?

Given a diagram that looks like this following: Where the components are defined in a nested manner, something like (ignore the actual semantics as I'm generalizing, though I'm welcome to full ...
MrMattBusby's user avatar
0 votes
1 answer
166 views

Unable to generate plantuml diagram when trying to use "iplantuml" in Jupyter Notebook within vscode

I'm trying to use iplantuml in jupyter notebook within VS Code. Keep getting this error: --------------------------------------------------------------------------- FileNotFoundError ...
jas's user avatar
  • 1,572
0 votes
1 answer
54 views

Syntax error when trying to use "iplantuml" in Jupyter Notebook

I'm trying to use plantuml in jupyter notebook within VS Code. pip install iplantuml import iplantuml %%plantuml @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication ...
jas's user avatar
  • 1,572
1 vote
1 answer
463 views

Why am I getting a plantUML syntax error with a statechart in a package? [closed]

I try to run the following code on plantuml webserver. @startuml package "CI/CD and Monitoring System" { state "CI/CD Pipeline" { [*] --> Idle state Idle {...
Pranay Batta 21BDS0100's user avatar
1 vote
0 answers
201 views

How do I show an array of values in plantuml?

I have an state diagram. At one point is gets into the ListenToEvents state. But the events can be updated. depending on the previous states. In my plantUml file I have these to show which events the ...
Typhaon's user avatar
  • 1,004
1 vote
1 answer
79 views

using plantuml %load_json in DocToolchain

i try to use the possibility to schon an external json file in a class dirgram, embedded in an asciidoc fil using doctoolchain. i'm able to reference the file with include: ---- include::../../...
naturzukunft's user avatar
1 vote
1 answer
749 views

PlantUML in Visual Studio?

Is there any documentation explaining how to use PlantUML in real Visual Studio 2022 (not VSCode). There is a PlantUML extension, but no documentation how to use is. https://marketplace.visualstudio....
be_mi's user avatar
  • 569
0 votes
0 answers
60 views

Link map key to an entity that hasn't been defined yet in a PlantUML object diagram

When defining a map in a PlantUML object diagram, is it possible to link a key within a map to another map that hasn't been defined yet? Understandably, the following code yields a "No such ...
Reign of Error's user avatar
2 votes
1 answer
208 views

How to Cross-Reference Plantuml Diagram in Sphinx

I am writing some documentation in Sphinx and cannot figure out how to reference a plantuml diagram in text. Using the numref role I can reference figures via a label, e.g., :numref:`diag`. In text ...
Ali's user avatar
  • 31
1 vote
1 answer
639 views

Repeat while loop after a condition in PlantUML activity diagram

I'm dealing with some difficulties trying to achieve the proper look of the plantuml activity diagram. What I'm getting is on the left, I'd like to receive what's on the right, ie: more straight line ...
user3122901's user avatar
2 votes
1 answer
67 views

How do I position the interface on top?

How do I position the interface on top? 1. How to position the interface ICreditCard on top of MoneyBack? 2. How to position the interface ICreditCard on top in the middle between above MoneyBack and ...
eusataf's user avatar
  • 877
1 vote
1 answer
67 views

Issue with vertical alignment of UML elements from PlantUML

I cannot align namespaces/classes vertically in PlantUML output. E.g.: @startuml namespace AAA { class MyBaseClass { } class MyDerivedClass { } MyBaseClass <|-- ...
Pietro's user avatar
  • 12.7k
1 vote
1 answer
71 views

How to center allign literals compartment title in Enum class diagram?

I want to create a class diagram of an Enum in PlantUML with the literals keyword centered above the third compartment according to the following quote (also referenced in this answer): UML 2.5.1 - ...
bad_coder's user avatar
  • 12.3k
0 votes
0 answers
183 views

Rendering PlantUML in Markdown in VscCode Preview and Gitlab

I have the following PlantUML diagram in a markdown file (sample.md): ### Sample UML Sequence Diagram ```PlantUML @startuml UMLSequenceDiagram Alice -> Bob: Authentication Request Bob --> Alice:...
opedroso's user avatar
  • 103
0 votes
1 answer
148 views

PlantUML groups, rectangles, partitions, etc in Use Case diagrams

Is it possible to define the use cases outside of the groups? I'd like to be able to do something like: actor Guest as g usecase "Eat Food" as UC1 usecase "Pay for Food" as UC2 ...
katonda's user avatar
0 votes
0 answers
45 views

How to integrate openiconic with plantuml.jar?

I am using the current version of plantuml.jar (1.2023.13). I create my drawings using the Visual Studio Code plugin on Mac. For the first time, I am trying to use Open Iconic in my diagram. My ...
Peter's user avatar
  • 11.6k

15 30 50 per page
1
2 3 4 5
16