[add] graphviz
This commit is contained in:
parent
e195c3a9f1
commit
999c503294
6 changed files with 98 additions and 0 deletions
11
graphviz/test.dot
Normal file
11
graphviz/test.dot
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
digraph D {
|
||||
|
||||
node [fontname="Arial"];
|
||||
|
||||
node_A [shape=record label="shape=record|{above|middle|below}|right"];
|
||||
node_B [shape=plaintext label="shape=plaintext|{curly|braces and|bars without}|effect"];
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue