Search notes:
Graphviz - rankdir attribute
The
rankdir
attribute
can be set to
TB
(Top to Bottom)
LR
(Left to Right)
BT
(Bottom to Top)
RL
(Right to Left)
The
rankdir
attribute is only applicable for
graphs
that are digraphs (
digraph { … }
).
See also
The value of
rankdir
determines the initial layout direction of
record based nodes
.
Graphviz attributes
Graphviz
Index