Fil / d3-tricontour

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

Is it possible to get isolines? #12

Closed ssquirrel closed 2 years ago

ssquirrel commented 2 years ago

First off, thank you very much for this amazing library!

I was trying to highlight isolines and add labels to them just like what you did in this example https://observablehq.com/@fil/contour-labels-svg. Is there a way to get isolines easily? Thanks again.

Fil commented 2 years ago

All the contours are isolines; here's an example https://observablehq.com/@fil/tricontour-labels

chart