Fil / d3-tricontour

Create contours from non-gridded data with meandering triangles.
ISC License
36 stars 5 forks source link

Edge Polygons Misaligned by a Small Margin #15

Open zachsa opened 1 year ago

zachsa commented 1 year ago

I've been using the d3-contour library, and want to switch back to the d3-tricontour library. I notice that the the polygons around the edge are not quite as well aligned in d3-tricontour as they are in d3-contour. Is this possible/easy to fix?

d3-contour polygon edges

image

dr-tricontour polygon edges

image

Fil commented 1 year ago

Can you share the example as an observable notebook?