I'm trying to plot a 2D and 3D contour from x, y, z data. Does anyone know any good JavaScript library that does that?
Thank you
I'm trying to plot a 2D and 3D contour from x, y, z data. Does anyone know any good JavaScript library that does that?
Thank you
This question is very similar to another question that was already asked and answered at Create contour map
In that post, it was recommended to use d3.js and conrec.js.