Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 522 Bytes

File metadata and controls

34 lines (21 loc) · 522 Bytes

dag

Create a visualization of the directed acyclic graph.

Usage

pytask dag [OPTIONS] [PATHS]

Examples

# Create a DAG as PDF.
pytask dag

# Create a PNG instead.
pytask dag -o dag.png

# Change the graph layout and direction.
pytask dag --layout dot --rank-direction LR

Arguments

--8<-- "docs/source/_static/md/commands/dag-arguments.md"

Options

--8<-- "docs/source/_static/md/commands/dag-options.md"

Related