Skip to content
Snippets Groups Projects
Commit 5baa1bc5 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[test] added test_plotterparamteres.json

parent fddb4d95
No related branches found
No related tags found
1 merge request!32[plotterparameter] unit tests
Pipeline #25066 passed
[
{
"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
}
}
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment