From c0cc9016a64987aad2a94f3254bced18aee525c5 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Tue, 26 May 2020 14:28:44 +0200 Subject: [PATCH] [system][plotters][scatter] Fix default parameters They were containing wrong keys. --- .../plot_username/scatter/default_plotterparameter.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/system/plotters/plot_username/scatter/default_plotterparameter.txt b/system/plotters/plot_username/scatter/default_plotterparameter.txt index 99e0c7d..65af3c0 100644 --- a/system/plotters/plot_username/scatter/default_plotterparameter.txt +++ b/system/plotters/plot_username/scatter/default_plotterparameter.txt @@ -1 +1,6 @@ -{ "grid": true, "title-fontsize": 12, "legend-loc": "best", "width": 800, "height": 600, "dpi": 120, "legend-fontsize": 8, "axis-fontsize":10 } +{ + "grid": true, + "width": 800, + "height": 600, + "dpi": 120 +} -- GitLab