crab plots
Render DVC-style plots from workflow configuration or target files.
Synopsis
crab plots <COMMAND>| Command | Purpose |
|---|---|
show | Render current plots |
diff | Render a plot overlay between two refs |
templates | List or print built-in and local plot templates |
Use crab plots <command> --help for renderer, target, and output options.
Select the plot operation
show renders the current plot declarations or explicitly selected target
files. diff overlays data from two Git revisions, which helps connect a code
or parameter change with a metric curve. templates exposes the Vega-Lite
templates available to the renderer; it can list template names or print one
template as JSON.
Inspect each subcommand before choosing output paths:
crab plots show --help
crab plots diff --help
crab plots templates --helpPlot commands read workflow configuration and data. They do not run a stage to
produce missing metrics. If a plot is empty, first confirm that the declared
metric or plot file exists at the selected revision, then inspect
crab metrics. Commit plot declarations
with the workflow so collaborators and CI render the same view from the same
inputs.