pnsn / mustangular

Version 2 of MUSTANGular.
1 stars 0 forks source link

Inconsistency found when binning, plus feedback on color scheme #3

Closed gillian-earthscope closed 6 years ago

gillian-earthscope commented 6 years ago

For a percent_availability query the default binning was min=0, max=100, and number of bins=5. This resulted in the majority of stations being colored grey (values =100 put into the >= 100 bin). bin1 Then when I specified the minimum bin to be 0.1, the previously grey circles are now green and in the 80-100 bin, instead of the >=100 bin, even though their values are still 100. bin2 When I changed the minimum bin to 0.01, the values=100 were put back into the grey >=100 bin. bin3 And on a more general note, using black and grey as the lower and upper colors in the scheme tends to be confusing. It's not intuitive which is high and which is low, and without looking at the key I think of these colors as close to each other and not on opposite ends of a spectrum.

kyla-m commented 6 years ago

This is due to the key only showing 2 decimal places even though the bins have more than that. The bins changed enough that the values correctly switched to a different bin.

I changed the binning to only have 2 decimal places.