From fadc963f4fb0df283b5a58a026ef86f0d8af3878 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 22 Jul 2020 07:37:38 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/command-reference/plots/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/plots/index.md b/content/docs/command-reference/plots/index.md index e3a0963964f..e0877962a5e 100644 --- a/content/docs/command-reference/plots/index.md +++ b/content/docs/command-reference/plots/index.md @@ -101,10 +101,12 @@ can specify only the base name e.g. `--template scatter`. DVC has the following built-in plot templates: -- `default` - linear plot +- `default` - linear plot - `scatter` - scatter plot -- `smooth` - linear plot with LOESS smoothing, see [example](/doc/command-reference/plots#example-smooth-plot) -- `confusion` - confusion matrix, see [example](/doc/command-reference/plots#example-confusion-matrix) +- `smooth` - linear plot with LOESS smoothing, see + [example](/doc/command-reference/plots#example-smooth-plot) +- `confusion` - confusion matrix, see + [example](/doc/command-reference/plots#example-confusion-matrix) ### Custom templates