v0.2.4
Fix issues with floor
- Fixed an issue when the data was floored and the domain of the data became
[0, 0]
due to all values being negative. When this happened the color scale didn't reflect the fact that every value was 0. - Made the default value of
floor
false because this seems like a sensible default for most projects.