puudot/config.yaml
Lauri Koskenniemi bf788ca544 Changed link connection to middle node in block
Hidden node was removed from a block to reduce empty space.
Link from previous level is connected to the node in the middle
(or the first of two middle nodes when even number of nodes).

Added ranksep in config to increase vertical space.
2025-06-29 21:47:28 +03:00

23 lines
414 B
YAML

dot:
graph: |
graph [splines=ortho, nodesep=0.2, ranksep="0.5 equally"]
//node [color=white]
//edge [headport=n, tailport=s]
compound=true
center=true
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