Skip to content

v0.2.4

Compare
Choose a tag to compare
@WillHannon-MCB WillHannon-MCB released this 05 Sep 21:01
· 101 commits to main since this release

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.