From fffdb4501997763f548a0e8329a0d7b2a63ac073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Fri, 12 Mar 2021 09:19:36 +0545 Subject: [PATCH] document plots diff/show --open flag --- content/docs/command-reference/plots/diff.md | 4 +++- content/docs/command-reference/plots/show.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/docs/command-reference/plots/diff.md b/content/docs/command-reference/plots/diff.md index cfff56bb34..1620e742da 100644 --- a/content/docs/command-reference/plots/diff.md +++ b/content/docs/command-reference/plots/diff.md @@ -11,7 +11,7 @@ usage: dvc plots diff [-h] [-q | -v] [-t ] [-x ] [-y ] [--no-header] [--title ] [--x-label ] [--y-label ] [-o ] - [--show-vega] + [--show-vega] [--open] [revisions [revisions ...]] positional arguments: @@ -91,6 +91,8 @@ all the current plots, without comparisons. [Vega specification](https://vega.github.io/vega/docs/specification/) file instead of HTML. See `dvc plots` for more info. +- `--open` - opens the generated plot directly in the browser. + - `--no-header` - lets DVC know that CSV or TSV `--targets` do not have a header. A 0-based numeric index can be used to identify each column instead of names. diff --git a/content/docs/command-reference/plots/show.md b/content/docs/command-reference/plots/show.md index caff00c157..692dd49a7e 100644 --- a/content/docs/command-reference/plots/show.md +++ b/content/docs/command-reference/plots/show.md @@ -8,7 +8,7 @@ Generate [plot](/doc/command-reference/plots) from a metrics file. usage: dvc plots show [-h] [-q | -v] [-t ] [-x ] [-y ] [--no-header] [--title ] [--x-label ] [--y-label ] [-o ] - [--show-vega] + [--show-vega] [--open] [targets [targets ...]] positional arguments: @@ -65,6 +65,8 @@ please see `dvc plots`. [Vega specification](https://vega.github.io/vega/docs/specification/) file instead of HTML. See `dvc plots` for more info. +- `--open` - opens the generated plot directly in the browser. + - `--no-header` - lets DVC know that CSV or TSV `targets` do not have a header. A 0-based numeric index can be used to identify each column instead of names.