File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Using Plant UML for creating diagrams
2
+
3
+ Online Plant UML Server: http://www.plantuml.com/
4
+
5
+ ## Documentation
6
+
7
+ * Reference Guide: http://plantuml.com/guide
8
+ * Language Spec: https://plantuml.com/sitemap-language-specification
9
+ * Sequence Diagram: https://plantuml.com/sequence-diagram
10
+
11
+ ## Help with Layout
12
+
13
+ The layouts can go a bit mad with Graphviz so may require a few helpful techniques to tame them.
14
+
15
+ * set direction of lines with ` -u- ` (up), ` -d- ` (down), ` -l- ` (left), ` -r- ` (right)
16
+ * hidden lines to create hidden connections between items: ` -[hidden]- `
17
+ * grouping nodes by wrapping them with ` together {} `
18
+ * setting some connectors to be longer by adding more dashes: ` ---->> `
19
+
20
+ ### Links
21
+
22
+ * https://github.com/mattjhayes/PlantUML-Examples/blob/master/docs/Layout-Techniques/other_layout_tricks.md
You can’t perform that action at this time.
0 commit comments