36 lines
815 B
YAML
36 lines
815 B
YAML
puudot:
|
|
verbose: false
|
|
output:
|
|
- pdf
|
|
- svg
|
|
dot:
|
|
graph: |
|
|
//graph [splines=ortho, nodesep=0.2, ranksep="0.5 equally"]
|
|
graph [splines=polyline, nodesep=0.2, ranksep="0.5 equally"]
|
|
//graph [splines=curved, nodesep=0.2, ranksep="0.5 equally"]
|
|
//graph [splines=true, nodesep=0.2, ranksep="0.5 equally"]
|
|
//graph [splines=line, nodesep=0.2, ranksep="0.5 equally"]
|
|
//node [color=white]
|
|
//edge [headport=n, tailport=s]
|
|
compound=true
|
|
center=true
|
|
fontname="Helvetica"
|
|
charset="UTF-8"
|
|
bgcolor="white"
|
|
size="100,11.693!"
|
|
subgraph: |
|
|
labeljust=l
|
|
node:
|
|
text: |
|
|
shape=plaintext
|
|
hidden: |
|
|
//style=invis
|
|
shape=point
|
|
width=0
|
|
height=0
|
|
edge:
|
|
default: |
|
|
headport=n
|
|
tailport=s
|
|
hidden: |
|
|
style=invis |