From 5baa1bc5a5b9448ba9e96cc876c314189e0040fd Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch>
Date: Wed, 31 Oct 2018 16:11:28 +0100
Subject: [PATCH] [test] added test_plotterparamteres.json

---
 conda/js/test/test_plotterparameters.json | 42 +++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 conda/js/test/test_plotterparameters.json

diff --git a/conda/js/test/test_plotterparameters.json b/conda/js/test/test_plotterparameters.json
new file mode 100644
index 00000000..70b68418
--- /dev/null
+++ b/conda/js/test/test_plotterparameters.json
@@ -0,0 +1,42 @@
+[
+        {
+                "name": "plot/bar/1",
+                "contents": {
+                        "description": "Default parameters for bar plots",
+                        "plotter": "plot/bar/1",
+                        "data": {
+                                "title-fontsize": 12,
+                                "bar-norm": true,
+                                "axis-fontsize": 10,
+                                "height": 600,
+                                "width": 800,
+                                "grid": true,
+                                "bar-alpha": 0.75,
+                                "legend-fontsize": 8,
+                                "legend-loc": "best",
+                                "dpi": 120
+                        }
+                }
+        },
+        {
+                "name": "plot/isoroc/1",
+                "contents": {
+                        "description": "Default parameters for an ISO/ROC curve",
+                        "plotter": "plot/isoroc/1",
+                        "data": {
+                                "ylim-bottom": 0,
+                                "title-fontsize": 12,
+                                "axis-fontsize": 10,
+                                "height": 600,
+                                "width": 800,
+                                "grid": true,
+                                "ylim-top": 100,
+                                "xlim-right": 100,
+                                "legend-fontsize": 8,
+                                "legend-loc": "best",
+                                "xlim-left": 0,
+                                "dpi": 120
+                        }
+                }
+        }
+]
-- 
GitLab