Skip to main content

All Questions

Tagged with
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
1 answer
95 views

How to draw bloks top to bottom in the PlantUML/Graphviz

I want to draw like my drawing(first photo) in the plantUML(second photo) but I can not align box top to bottom. How can I do that? My plant UML code: @startuml digraph dfd{ node[shape=record] { ...
kerem0101's user avatar
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
0 votes
1 answer
270 views

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's user avatar
  • 1
0 votes
0 answers
2k views

way to show plantuml diagram on markdown viewer of visual studio code

I know way to write plantuml on markdown using vs code. But plantuml diagram doesn't appear on markdown viewer... On the other hand, Plantuml viewer is working very much and markdown viewer also... ...
Jun Takeshita's user avatar
0 votes
0 answers
919 views

Plugin plantUML in PyCharm can't find Graphviz

The plugin does not render schemas. The error is shown in the picture. What is done: Environment variable GRAPHVIZ _DOT = '/usr/bin/dot' added to ./bashrc The path /usr/bin/dot is specified in ...
Ольга И's user avatar
0 votes
1 answer
222 views

Export Graphviz files from Eclipse as .png

I am using Context Mapper to generate context maps in the Eclipse IDE. To visualize these maps, context mapper uses Graphviz and PlantUML to create images in a .puml file in a src-gen folder inside my ...
Norman22'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
1 vote
1 answer
261 views

How can i underline as apecific field in a graphviz record

Referring to How to underline text as part of a label? where underlining is explained. Is ist possible to combine underlining with column-layout? digraph g { graph [ rankdir = "LR"]; node [ ...
Ludwig Fuhr's user avatar
-1 votes
2 answers
1k views

write EPIPE UML in VS Code

Hey guys I'm new to UML and trying to draw on visual code. From help of google I downloaded plantuml extension, java enviornment, graphviz. But with this either google isn't helping. If anyone has ...
Hamza Nadeem's user avatar
0 votes
0 answers
2k views

how to start new lifeline in sequence diagram at higher levels using PlantUML

BACKGROUND In order to show ongoing operations of "activities" or "messages" within actors, lifelines can be used. PlantUML's sequence diagrams provide a mechanism to stack these lifelines for each ...
nnako's user avatar
  • 141
0 votes
1 answer
2k views

place message text right of actor in PlantUML sequence diagram

BACKGROUND An UML sequence diagram is commonly used to create a representation of messages sent between actors of a system, and thus clarifying the information flow. In general, messages are ...
nnako's user avatar
  • 141
0 votes
1 answer
724 views

Config required for rendering non-ASCII characters in PlantUML

I set up a gitlab-ci.yml to render diagrams but è (and I assume other non ASCII characters) wont be rendered. Example : @startuml title Modèle fonctionnel complet @enduml Is rendered as : My ...
freezed's user avatar
  • 1,329
2 votes
2 answers
713 views

Plantuml Rendering Differences Online and Locally

Using plantuml's online renderer, consider the following diagram: specified by the following code: @startuml title FooBar endtitle cloud Cloud { node "Machine" #beige { node OPT #yellow [ ...
Reb.Cabin's user avatar
  • 5,527
2 votes
0 answers
1k views

PlantUML images in markdown BitBucket's wiki with Gravizo

I'm trying to put my PlantUml diagrams in the Wiki of BitBucket using Markdown. To do that, I use the Gravizo service. Gravizo uses Graphviz to render graphs. It supports DOT, PlantUML, UMLGraph ...
DeLac's user avatar
  • 1,104

15 30 50 per page