Contour plot from scattered data in JavaScript [closed]

拥有回忆 提交于 2019-12-07 12:21:01

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/24127518/contour-plot-from-scattered-data-in-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!