Skip to content

Commit 80ce978

Browse files
authored
Add Add Plot command to walkthrough (#4845)
1 parent 1e9f80d commit 80ce978

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extension/resources/walkthrough/plots.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ menu.
1717
[`dvc plots diff`]: https://dvc.org/doc/command-reference/plots/diff
1818

1919
💡 To add [DVC plots] to the project, start writing data series into JSON, YAML,
20-
CSV, or TSV files; or save your own plot images (`.png`, etc.). If you're using
21-
Python, the [DVCLive] helper library can save plots data for you!
20+
CSV, or TSV files; or save your own plot images (`.png`, etc.). Use
21+
[`DVC: Add Plot`](command:workbench.action.quickOpen?%22>DVC:%20Add%20Plot%22)
22+
to define plots in a `dvc.yaml` file. If you're using Python, the [DVCLive]
23+
helper library can save plots data for you!
2224

2325
```python
2426
points = metrics.precision_recall_curve(labels, predictions)

0 commit comments

Comments
 (0)