Skip to content

Commit 675cc0c

Browse files
committed
cmd-ref: plots: flexible plots docs
Related: treeverse/dvc#7477 Related: treeverse#2956
1 parent 73c8e88 commit 675cc0c

17 files changed

+409
-91
lines changed

content/docs/command-reference/plots/diff.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# plots diff
22

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

66
## Synopsis
77

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

124124
```cli
125-
$ dvc plots diff HEAD 0135527 --targets logs.csv
125+
$ dvc plots diff HEAD^ 0135527 --targets logs.csv
126126
file:///Users/usr/src/dvc_plots/index.html
127127
```
128128

129-
![](/img/plots_diff.svg)
129+
![](/img/plots_diff_two_revs.svg)
130130

131131
## Example: Confusion matrix
132132

0 commit comments

Comments
 (0)