gl-heatmap2d

WebJar for gl-heatmap2d

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

gl-heatmap2d
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

gl-heatmap2d
WebJar for gl-heatmap2d
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gl-vis/gl-heatmap2d

Download gl-heatmap2d

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/gl-heatmap2d/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>gl-heatmap2d</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gl-heatmap2d/
implementation 'org.webjars.npm:gl-heatmap2d:1.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/gl-heatmap2d/
implementation ("org.webjars.npm:gl-heatmap2d:1.0.5")
'org.webjars.npm:gl-heatmap2d:jar:1.0.5'
<dependency org="org.webjars.npm" name="gl-heatmap2d" rev="1.0.5">
  <artifact name="gl-heatmap2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gl-heatmap2d', version='1.0.5')
)
libraryDependencies += "org.webjars.npm" % "gl-heatmap2d" % "1.0.5"
[org.webjars.npm/gl-heatmap2d "1.0.5"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : binary-search-bounds jar [2.0.3,3)
org.webjars.npm : glslify jar [7.0.0,8)
org.webjars.npm : gl-buffer jar [2.1.2,3)
org.webjars.npm : iota-array jar [1.0.0,2)
org.webjars.npm : typedarray-pool jar [1.1.0,2)
org.webjars.npm : gl-shader jar [4.0.5,5)

Project Modules

There are no modules declared in this project.

gl-heatmap2d

2D heatmaps

This 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).

An option, zsmooth, is introduced that defaults to the smoothed heatmap. If zsmooth: false is passed to createHeatmap2D, the discretised heatmap will be rendered.

Scientific data is often discretised and this option allows the data to be represented as measured rather than smoothing between observations.

License

(c) 2015 Mikola Lysenko. MIT License

org.webjars.npm

Versions

Version
1.0.5
1.0.4
1.0.2