rotate
type: int, default: 0
If rotate=90
, sets drawing orientation to landscape.
Rotations
digraph {
rotate=90
a -> b
}
See also:
Valid on:- Graphs
Last modified
July 2, 2021
: Add example for rotate attribute (912242f)