Skip to content

Commit

Permalink
cmd-ref: plots: flexible plots docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Jul 20, 2022
1 parent 6445e75 commit 826c9ed
Show file tree
Hide file tree
Showing 17 changed files with 417 additions and 91 deletions.
8 changes: 4 additions & 4 deletions content/docs/command-reference/plots/diff.md
@@ -1,7 +1,7 @@
# plots diff

Show multiple versions of [plot metrics](/doc/command-reference/plots) by
overlaying them in a single image. This allows to compare them easily.
Show multiple versions of [plots](/doc/command-reference/plots) by overlaying
them in a single image. This allows to compare them easily.

## Synopsis

Expand Down Expand Up @@ -122,11 +122,11 @@ file:///Users/usr/src/dvc_plots/index.html
Compare two specific versions (commit hashes, tags, or branches):

```cli
$ dvc plots diff HEAD 0135527 --targets logs.csv
$ dvc plots diff HEAD^ 0135527 --targets logs.csv
file:///Users/usr/src/dvc_plots/index.html
```

![](/img/plots_diff.svg)
![](/img/plots_diff_two_revs.svg)

## Example: Confusion matrix

Expand Down

0 comments on commit 826c9ed

Please sign in to comment.