Compute contour polygons using marching squares. https://d3js.org/d3-contour
Find a file
2023-10-06 10:59:47 -04:00
.github Adopt type=module (#54) 2021-06-05 09:07:50 -07:00
img Update README. 2017-04-10 12:31:25 -07:00
src adopt nice (#68) 2023-01-11 11:35:23 -05:00
test adopt nice (#68) 2023-01-11 11:35:23 -05:00
.eslintrc.json density.contours (#58) 2022-06-26 19:17:35 -04:00
.gitignore Move build to dist. 2018-02-27 18:10:08 -08:00
LICENSE update dependencies 2023-01-08 15:48:21 -08:00
package.json 4.0.2 2023-01-11 08:36:09 -08:00
README.md restructure README (#77) 2023-10-06 10:59:47 -04:00
rollup.config.js update dependencies 2023-01-08 15:48:21 -08:00
yarn.lock update dependencies 2023-01-08 15:48:21 -08:00

d3-contour

This module computes contour polygons by applying marching squares to a rectangular array of numeric values.

Resources