python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Combine activity and component diagram in PlantUML
I want to show the relationship between activities and components (so that managers would understand :-)). Is it possible to achieve something like this in PlantUML?
Jan Rothkegel
Votes: 0
Answers: 1
How to make PlantUML left/right/up/down arrow longer
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 respect...
Shadow43375
Votes: 0
Answers: 1
How to make Class name bold in plant UML
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?
Shadow43375
Votes: 0
Answers: 2
PlantUml Graphviz generates 2 duplicate diagrams
I have this markdown code that is going to be generated into an html file using plantuml and graphviz.
@image html Module23Static.png TC3
@startuml{Module23Static.png}
caption Module Dependencies...
funky
Votes: 0
Answers: 1