We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add Plot
1 parent 1e9f80d commit 80ce978Copy full SHA for 80ce978
extension/resources/walkthrough/plots.md
@@ -17,8 +17,10 @@ menu.
17
[`dvc plots diff`]: https://dvc.org/doc/command-reference/plots/diff
18
19
💡 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!
+CSV, or TSV files; or save your own plot images (`.png`, etc.). Use
+[`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!
24
25
```python
26
points = metrics.precision_recall_curve(labels, predictions)
0 commit comments