Is there any way to configure a heatmap to have lower thresholds for high-density colors?
Example: I don't have too many data points for each geographic location, so as a result they're not showing up at all or are showing up in a very light color.
Is there any way to configure a heatmap to have lower thresholds for high-density colors?
Example: I don't have too many data points for each geographic location, so as a result they're not showing up at all or are showing up in a very light color.
I haven't found a cleaner way of doing this but:
100
. This can be done by using the Column Editor to make a column of all1
s via 1[some numeric variable]/[some numeric variable]1, then another new column equal to that column * 100sum
of that column rather than on thecount
of the rows.