Commit 2f61f3e5b2884aec2aed88f353d1e104c261245a
Exists in
master
and in
13 other branches
Merge branch 'Histo1D2D' into amdadev
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
generic_data/defaultValuesConfig.json
... | ... | @@ -255,11 +255,11 @@ |
255 | 255 | "availableHistogram2DFunctions": [ |
256 | 256 | { "key": "density", "value": "Density" }, |
257 | 257 | { "key": "normdensity", "value": "Normalised Density" }, |
258 | - { "key": "mean", "value": "Mean" }, | |
259 | - { "key": "min", "value": "Minimum" }, | |
260 | - { "key": "max", "value": "Maximum" }, | |
261 | - { "key": "median", "value": "Median" }, | |
262 | - { "key": "stadev", "value": "Standard Deviation" } | |
258 | + { "key": "mean", "value": "Mean (of a 3rd parameter)" }, | |
259 | + { "key": "min", "value": "Minimum (of a 3rd parameter)" }, | |
260 | + { "key": "max", "value": "Maximum (of a 3rd parameter)" }, | |
261 | + { "key": "median", "value": "Median (of a 3rd parameter)" }, | |
262 | + { "key": "stadev", "value": "Std. Dev. (of a 3rd parameter) " } | |
263 | 263 | ], |
264 | 264 | |
265 | 265 | "availableHistogram1DFunctions": [ |
... | ... | @@ -269,7 +269,7 @@ |
269 | 269 | |
270 | 270 | "availableHistogram1DStyles": [ |
271 | 271 | { "key": "bar", "value": "Bar-like" }, |
272 | - { "key": "stares", "value": "Stare-like" } | |
272 | + { "key": "stairs", "value": "Stair-like" } | |
273 | 273 | ], |
274 | 274 | |
275 | 275 | "availableDimsOnXAxis": [ | ... | ... |