mirror of
https://github.com/d3/d3-contour.git
synced 2026-03-19 23:54:19 +00:00
Compute contour polygons using marching squares.
https://d3js.org/d3-contour
| .github | ||
| img | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
d3-contour
This module computes contour polygons by applying marching squares to a rectangular array of numeric values.