Skip to main content

All Questions

Tagged with
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
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
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
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
0 votes
1 answer
128 views

PlantUML - Component diagram with component with inner component in center

I want to have a component diagram with one component with an inner component (nested component) at the center and one component on each side (top, right, down, left) pointing to the center component. ...
jwi's user avatar
  • 1,168
1 vote
0 answers
780 views

PlantUML - How to position the ports on the right side of a component?

I am trying to position the 5 ports on the right side of the WebServer so that the name wont be covered by the lines but I have failed - click to see the diagram that i got I am using PlantUml. Here ...
Altin Mag.'s user avatar
1 vote
1 answer
397 views

Bypassing an activity in plantUML activity diagram

I've been trying to figure for the life of me how to get this graph looking how I like it. Here's the closest I've gotten and it has been achieved with this code @startuml :A; split; -> A to B; ...
Narmondur's user avatar
  • 111
1 vote
1 answer
41 views

Unable to display object alias as object header inside a frame or package

Using plantuml I would like to create an object with an alias, so I can manipulate the object by means of it's actual name/ID (bar and baz in my example), but its header will show the alias ("Foo&...
msoutopico's user avatar
1 vote
2 answers
1k views

new line on plantuml

I've this plantUml @startuml !$user = { "name": "John Doe", "email": "[email protected]", "points": 100, &...
Legeo's user avatar
  • 792
2 votes
1 answer
1k views

Positioning blocks of PlantUML diagram

I'm trying to repeat a diagram using PlantUML. The diagram is like this: I got stuck at trying to add more connections and make them look decent. I started with object digram and came to something ...
Vladimir Markiev's user avatar
-1 votes
1 answer
2k views

Generate Java code given a diagram PlantUML

I need to research about UML Tool PlantUML for presentation. And I use plugins plantUML integration in Intellij, here is my text to draw diagram class Bird interface Flying { {abstract} flying(): void ...
traccy00's user avatar
8 votes
2 answers
11k views

How to create dashed-border rectangle in plantuml

To create a rectangle, I can simply rectangle "Rectangle Label" as RectangleName, but how to make its border dashed? like below?
Loi Nguyen Huynh's user avatar
2 votes
2 answers
4k views

Increase graph size in plantUML from python?

MWE To generate PlantUML diagrams in (sub)folder: /Diagrams/ I use the following python script: from plantuml import PlantUML import os from os.path import abspath from shutil import copyfile os....
a.t.'s user avatar
  • 2,484
1 vote
1 answer
9k views

How to create multiple PlantUML diagrams from a python script?

Scenario Most instructions suggest you can generate PlantUML diagrams with python using: python -m plantuml example_diagram.txt. I wanted to create a python script that generates multiple PlantUML ...
a.t.'s user avatar
  • 2,484
3 votes
1 answer
5k views

How can I put background color to Entity-Relationship diagram in PlantUML

I'm currently using PlantUML to design my database's ERD. All's well, the diagram is complete, but I'm trying to add a background color to my entities, to dintinguish them in their respective schemas. ...
Pstr's user avatar
  • 827

15 30 50 per page