gl-heatmap2d

WebJar for gl-heatmap2d

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

gl-heatmap2d
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

gl-heatmap2d
WebJar for gl-heatmap2d
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать gl-heatmap2d

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.2