mourner / simpleheat

A tiny JavaScript library for drawing heatmaps with Canvas

Home Page:http://mourner.github.io/simpleheat/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradient thresholds

jbrown15 opened this issue · comments

How does the intensity values in the data tie to the thresholds in the gradient. if I use 1st quartile , median, 3rd quartile, and max value as my thresholds/color stops, the heat map does not render accordingly so I would like to know how to interpret the thresholds.

Thanks.