plantuml Questions
5
Solved
I created this diagram using the following code. But as you can see, the lines going from (Cancel Order) and (Place Order) to (Publisher) decide to take a terribly rounded path to get their, instea...
Graiae asked 9/2, 2018 at 19:25
2
Solved
I'm actually trying to generate a component diagram with PlantUml. Is it possible to define the relative position of the different components? What I want to define is: ComponentB is left from Comp...
Rajab asked 14/7, 2017 at 12:42
1
Looking for advice from developers phamiliar with PHP, or Phabricator internals,
on how to make Phabricator to have PlantUML (text to UML diagrams) within wiki pages, tasks. So that this UML code s...
Eggert asked 18/3, 2021 at 6:39
2
Solved
Is there any possible way to create component port in the component diagram?
If port has to be attached to only one arrow, its easy, because I can use #-- arrow.
interface y
[x] #- y
The proble...
Platinic asked 19/10, 2019 at 22:38
1
I have a plantUml diagram that looks like this:
The image has a width of 1234px and a height of 970px. I need to print the image as part of a report and would like to fit it on a letter sized sh...
1
Solved
I just created a state diagram and right now I am struggling with the positions of the blocks. My goal is to have States 1,2,4,5 in a "down"-row and state 3 at the right from state 1.
See...
Improvement asked 4/2, 2021 at 8:51
1
Solved
I have a PlantUML sequence diagram where Alice exchanges messages with Cecil once and then only the communication with Bob happens. This flow causes the subjects are ordered by the time of their fi...
1
Solved
I'm using plantUML swimlanes to visualize internal processes but unfortunately encounter overlapping lines when I want to display processes that are executed and detach.
I'm using this:
@startum...
Corundum asked 25/6, 2018 at 9:22
3
Solved
My attempt:
Animal <|-- Cat
Animal <|-- Dog
Result:
┌────────┐
│ Animal │
└────────┘
Δ Δ
│ │
┌──┴──┐┌──┴──┐
│ Cat ││ Dog │
└─────┘└─────┘
That is not how a class diagram is supposed to...
Hospitium asked 6/9, 2018 at 11:38
1
Solved
I want to have a box around a couple of participants showing that they are part of an entity. How can you do this in PlantUML?
Disposure asked 30/6, 2020 at 23:12
3
Solved
PlantUML is very powerful when you would like to create standard UML diagrams.
But I currently think about using PlantUML to document EIP routes (like the routes on these images: https://www.googl...
Blowy asked 18/12, 2015 at 21:10
1
I am trying to figure out how PlantUML manages notes. Below you can see a small example where the behavior seems buggy.
@startuml
package package{
'note bottom : this seems to be the correct pl...
2
Solved
With PlantUML I've created a little state chart for my documentation:
@startuml
state Powered {
[*] -d-> Starting
Powered -r-> Starting : Some error
Starting -d-> Operational
}
[*] -d...
Druse asked 8/6, 2016 at 12:25
6
Solved
I am using PlantUML to make simple class diagrams and the tool is awesome, but I couldn't find any way to align classes with each other except putting them into packages or using relationships like...
2
Solved
I found a good activity diagram at here but no source code.it looks like below:
I try to draw it with plantuml, below is my code:
@startuml
skinparam linetype ortho
(*) -down-> "clone reposi...
Merriment asked 12/7, 2017 at 3:52
1
Solved
Hi i want to make a uml diagram with some parallel interactions like this, using plant uml.
But i don't know if it is possible to add the dotted lines between the 'threads'. What i have so far is ...
1
I want to include needed/provided interfaces in my component diagram in PlantUML, but I don't see anywhere in the documentation how this is possible. Can anybody help?
Thanks
rein
Full asked 9/3, 2019 at 13:29
2
Solved
I wonder if there is any way to make a plantuml two sequence diagram in single page side by side. I want to keep the same actor names in both diagram. Currently if I do something like below, it aut...
Cruickshank asked 8/2, 2019 at 7:30
4
Solved
I am trying to make an activity diagram with PlantUML (new beta syntax).
So far I came up with (simplified):
@startuml
start
:A;
if (Q1) then (yes)
:B;
if (Q2) then (yes)
:D;
else (no)
:E;
...
Frostwork asked 12/11, 2017 at 15:28
1
https://github.com/KevReed/DocFx.Plugins.PlantUml
I had installed plantUml for docfx plugin via nuget. by nuget install DocFx.Plugins.PlantUml -ExcludeVersion -OutputDirectory . command, after tha...
2
How can I create right-directed arrow in the PlantUML new Activity Diagram syntax?
Using the old syntax, I can use -right->, but I don't find any similar notation from the new syntax guide. How...
1
Solved
I've got the following sample code (in real I've got hundred/thousands of lines):
@startuml
[326976]<->[7bfe53]
[868224]<->[49e442]
[777408]<->[0de431]
[777408]<->[d8d3ed]
[...
Faefaeces asked 1/7, 2018 at 14:13
1
Solved
Dear community members and PlantUml practitioners,
I would like to have two classes with the same name such as:
Test << stereotype >>
Test
and I would like to make relation between thos...
Intercalate asked 23/8, 2018 at 7:11
1
I'm trying to build an "hardware architecture" graph using plantuml component diagrams and I'm struggling with the layout.
My graph is growing to be pretty complex and I'm noticing plantuml keeps ...
1
I have a lot of plantuml stuff in project markdown files and it works pretty good with gitlab. Now I have to migrate to bitbucket and it seems there is no free solutions to enable plantuml pictures...
© 2022 - 2024 — McMap. All rights reserved.