landscape
type: bool, default: false
If true, the graph is rendered in landscape mode. Synonymous with
rotate=90
or orientation=landscape
.
Rotations
digraph {
landscape=true
a -> b
}
See also:
Valid on:- Graphs
Last modified
July 2, 2021
: Add example to landscape attribute (2c87947)