Skip to content

Commit 2e96596

Browse files
committed
cmd-ref: plots: flexible plots docs
Related: treeverse/dvc#7477 Related: treeverse#2956
1 parent 870049f commit 2e96596

17 files changed

+408
-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

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

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

130-
![](/img/plots_diff.svg)
130+
![](/img/plots_diff_two_revs.svg)
131131

132132
## Example: Confusion matrix
133133

0 commit comments

Comments
 (0)