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

[system][plotters][scatter] Fix default parameters

They were containing wrong keys.
parent 60058f80
No related branches found
No related tags found
1 merge request!23Fix default parameters for scatter plot
{ "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
}
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