rank
type: rankType
Rank constraints on the nodes in a subgraph.
- If
rank="same"
, all nodes are placed on the same rank. - If
rank="min"
, all nodes are placed on the minimum rank. - If
rank="source"
, all nodes are placed on the minimum rank, and the only nodes on the minimum rank belong to some subgraph withrank="source"
orrank="min"
.
Analogous criteria hold for rank="max"
and rank="sink"
.
(Note: the minimum rank is topmost or leftmost, and the maximum rank is bottommost or rightmost.)
Valid on:- Subgraphs
Last modified
June 26, 2021
: Make attribute defaults code blocks (98194b2)