docs: pack the L5 diagram tighter (ranksep 1.2 -> 0.4)

ranksep=1.2 over-stretched it vertically (1193x1483, lots of whitespace).
Drop to 0.4 + nodesep 0.25: 1202x1063, ~28% less area, no vertical sprawl,
stays roughly square. Width is floored by the widest node label; click-to-
zoom (zoom.js) covers reading detail.
This commit is contained in:
russell@unturf.com 2026-05-21 15:30:53 -04:00
parent 2a37c6ec51
commit e8bc5c2220
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ Pipeline
digraph arborist_rag {
rankdir=TB;
ranksep=1.2; nodesep=0.2;
ranksep=0.4; nodesep=0.25;
fontname="Helvetica";
node [fontname="Helvetica", shape=box, style=rounded, fontsize=10];
edge [fontname="Helvetica", fontsize=9];