d3-contour icon indicating copy to clipboard operation
d3-contour copied to clipboard

Compute contour polygons using marching squares.

Results 12 d3-contour issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Also, ignore infinite values when computing the thresholds. Demo: https://observablehq.com/@d3/d3-contours-treats-nulls-as-holes-61 closes #49

I have grids with null values. Countour does not like null or undefined in the array of values. Any solutions? I can set the nulls to gridMin-1 and then set...

enhancement

I'm using d3-contour to draw beautiful chart recently. Most of the time it's fine. But in this case: https://observablehq.com/@choukou/untitled In hundreds of polygons, one is special It's counterclockwise. That cause...

bug

As discussed over at [the Observable forum](https://talk.observablehq.com/t/density-contours-change-dramatically-based-on-size-aspect/794), it might be nice for the bandwidth to accept a 2-entry list or an object with `x` and `y` attributes or the like,...

We currently emit one point per pixel in the grid, which leads to many extra coordinates along straight edges. For example this: ```json { "type": "MultiPolygon", "value": 0.5, "coordinates": [...

## Summary A new "dual linear contour smoothing" option offers improved contour quality with minimal additional performance cost. ## Background [Dual Marching Squares](https://ieeexplore.ieee.org/document/7459173) is a simple extension of the original...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies