Skip to main content

Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

plantuml
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
31