UNPKG

616 BMarkdownView Raw
1gl-heatmap2d
2============
32D heatmaps
4
5This version of gl-heatmap2d modifies Mikola Lysenko's original code to optionally produce a discretised heatmap instead of an interpolated one. The discretised heatmap modifications were made by Louise Ord (@ordiology).
6
7An option, zsmooth, is introduced that defaults to the smoothed heatmap. If zsmooth: false is passed to createHeatmap2D, the discretised heatmap will be rendered.
8
9Scientific data is often discretised and this option allows the data to be represented as measured rather than smoothing between observations.
10
11# License
12(c) 2015 Mikola Lysenko. MIT License