dot
Makes “hierarchical” or layered drawings of directed graphs.
dot
is the default tool to use if edges have directionality.
The layout algorithm aims edges in the same direction (top to bottom, or left to right) and then attempts to avoid edge crossings and reduce edge length.
Last modified August 10, 2021: Move layout/ to layouts/ (a07e8f0)