block by Fil 3f866e2e90c3e019bfe3fd9e0d43fe14

Extract alls bands from a Contour Plot (method II looped) [UNLISTED]

Full Screen

Contour plots generated by d3-contour overlay shapes (Multipolygons) of increasing value. To obtain the shape that is between two values a < b, we need to substract the shape B = contour(b) from the shape A = contour(a).

In this method we tweak the data source and compute contours accordingly.

Forked from mbostock‘s block: Contour Plot

forked from Fil‘s block: Extract a band from a Contour Plot

forked from Fil‘s block: Extract a band from a Contour Plot, method II [UNLISTED]

index.html