docs: vertical (TB) layout for the Google-L5 pipeline diagram
rankdir LR -> TB so the diagram reads top-down and fits the docs column (roughly square ~1200x1100, fox: 'square is good') instead of a wide horizontal strip.
This commit is contained in:
parent
1dfbe3a6bf
commit
cc645a30b7
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Pipeline
|
|||
.. graphviz::
|
||||
|
||||
digraph arborist_rag {
|
||||
rankdir=LR;
|
||||
rankdir=TB;
|
||||
fontname="Helvetica";
|
||||
node [fontname="Helvetica", shape=box, style=rounded, fontsize=10];
|
||||
edge [fontname="Helvetica", fontsize=9];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue