Skip to content
Snippets Groups Projects
Commit f1ca7458 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch...

Merge branch '3_plotterparameters_fix_mix_changed_unchanged_values_from_target_plotter' into 'master'

Fix mix changed/unchanged values from target plotter redundant information

Closes #3

See merge request !2
parents b3a064e9 0976d756
Branches
No related tags found
1 merge request!2Fix mix changed/unchanged values from target plotter redundant information
...@@ -2,15 +2,11 @@ ...@@ -2,15 +2,11 @@
"plotter": "plot/bar/1", "plotter": "plot/bar/1",
"data": { "data": {
"title-fontsize": 12, "title-fontsize": 12,
"bar-norm": true,
"axis-fontsize": 10,
"height": 600, "height": 600,
"width": 800, "width": 800,
"grid": true, "grid": true,
"bar-alpha": 0.75,
"legend-fontsize": 8, "legend-fontsize": 8,
"legend-loc": "best",
"dpi": 120 "dpi": 120
}, },
"description": "Default parameters for bar plots" "description": "Default parameters for bar plots"
} }
\ No newline at end of file
{ {
"plotter": "plot/isoroc/1", "plotter": "plot/isoroc/1",
"data": { "data": {
"ylim-bottom": 0.0,
"title-fontsize": 12, "title-fontsize": 12,
"axis-fontsize": 10,
"height": 600, "height": 600,
"width": 800, "width": 800,
"grid": true,
"ylim-top": 100.0,
"xlim-right": 100.0,
"legend-fontsize": 8, "legend-fontsize": 8,
"legend-loc": "best",
"xlim-left": 0.0,
"dpi": 120 "dpi": 120
}, },
"description": "Default parameters for an ISO/ROC curve" "description": "Default parameters for an ISO/ROC curve"
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment