We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
javascript-surface-plot 怎么样?
至于javascript不够快,你认为这是什么,2009年?
How about javascript-surface-plot?
As for javascript not being fast enough, what do you think this is, 2009?
我不完全确定你想要什么,但使用 Javascript 进行 3D 图表的一种选择是 Canvas 3D 图形
编辑
曲面绘图非常消耗 CPU 资源,并且需要良好的图形 API,因此 Javascript 无法满足这一需求。
不幸的是,没有任何现成的 Flash 或 Silverlight 3D 图表库支持曲面绘图,只有几个 3D 引擎,例如 Away3D。
如果您愿意使用小程序,那么 JFreeChart 可能会帮助您(Applet 中的 JFreeChart)。您可以使用Javascript控制小程序并为其提供任何必要的数据。
I am not entirely sure what you are after but one option for 3D charting with Javascript would be Canvas 3D Graph
Edit
Surface plotting is quite CPU-intensive and requires a good graphics API, so Javascript doesn't cut it.
Unfortunately there aren't any ready-made 3D charting libraries for Flash or Silverlight that support surface plotting, only a couple of 3D engines, for example Away3D.
If you are willing to go with applets then JFreeChart might help you (JFreeChart in an Applet). You can control the applet with Javascript and feed it whatever data necessary.
Jmol 在 SAGE 中用于 3D 图形绘制。它作为小程序运行。它相当重,甚至还有一个控制台。查看 SAGE 来源以了解使用情况。
Jmol is used in SAGE for 3D graph plotting. It runs as an applet. It is quite heavy-weight, and it even has a console. Check out the SAGE sources for usage.