[ 原始碼: node-d3-contour ]
套件:node-d3-contour(1.3.2+~1.3.3-1)
node-d3-contour 的相關連結
Debian 的資源:
下載原始碼套件 node-d3-contour:
- [node-d3-contour_1.3.2+~1.3.3-1.dsc]
- [node-d3-contour_1.3.2+~1.3.3.orig-types-d3-contour.tar.gz]
- [node-d3-contour_1.3.2+~1.3.3.orig.tar.gz]
- [node-d3-contour_1.3.2+~1.3.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [d3js.org]
相似套件:
Compute contour polygons
This module computes contour polygons by applying marching squares to a rectangular array of numeric values.
Contour polygons are GeoJSON, you can transform and display them using standard tools. Contour plots can also visualize continuous functions by sampling.
Contours can also show the estimated density of point clouds, which is especially useful to avoid overplotting in large datasets. This library implements fast two-dimensional kernel density estimation.
Node.js is an event-based server-side JavaScript engine.
其他與 node-d3-contour 有關的套件
|
|
|
|
-
- dep: node-d3-array
- Array manipulation, ordering, searching, summarizing, etc