Open bikramkawan opened 7 years ago
what is the defined range min
and max
value that is used in the sum case? e.g. for the average aggregation it is still the min
and max
of the whole matrix
I don't understand what you mean. The sum is only for the view of the matrix (stratified).
e.g. for showing the corresponding bar plot the minimum and maximum possible values are needed. In regular vector columns the values are taken from the description (desc.value.range
). In case of aggregations functions like mean, min, max, q1, q3 the resulting values are still within this predefined range. However, this is not true for the sum aggregation.
you probably will see it in the artist use case. I expect that the bars of the sum aggregrated vector doesn't make sense
I have moved this into new issue which is part of previous aggregation function also. #414
Please see : https://github.com/phovea/phovea_core/pull/115
Is it correct, that all bars have the same length?
no, see my comments above. The defined range is 0...23 but the values are bigger (theoretically in this case: 0 ... 23*<number of column>
)
Yes that is incorrect I will remove the sum function but the range for the vector converted from the matrix view should be correct now from previous commit.
Closes Issue : https://github.com/Caleydo/taggle/issues/395