Commit 1c13aaf7e9a95e419c6491861231ac86afc020c1
1 parent
c4d04b8c
Exists in
master
and in
14 other branches
#11408 - Done.
Showing
1 changed file
with
5 additions
and
5 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": [ | ... | ... |