From bbd8d1a23b0c7f74ada9cf2d0ee9b47ed878ebce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kubiak?= Date: Wed, 9 Jun 2021 14:22:40 +0200 Subject: [PATCH] Delete '.dvc/plots/smooth.json' --- .dvc/plots/smooth.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .dvc/plots/smooth.json diff --git a/.dvc/plots/smooth.json b/.dvc/plots/smooth.json deleted file mode 100644 index d497ce7..0000000 --- a/.dvc/plots/smooth.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "$schema": "https://vega.github.io/schema/vega-lite/v4.json", - "data": { - "values": "" - }, - "title": "", - "mark": { - "type": "line" - }, - "encoding": { - "x": { - "field": "", - "type": "quantitative", - "title": "" - }, - "y": { - "field": "", - "type": "quantitative", - "title": "", - "scale": { - "zero": false - } - }, - "color": { - "field": "rev", - "type": "nominal" - } - }, - "transform": [ - { - "loess": "", - "on": "", - "groupby": [ - "rev" - ], - "bandwidth": 0.3 - } - ] -}