用 javascript 绘制 3D 曲面图?

发布于 2024-09-29 08:02:04 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我ぃ本無心為│何有愛 2024-10-06 08:02:04

javascript-surface-plot 怎么样?

至于javascript不够快,你认为这是什么,2009年?

How about javascript-surface-plot?

As for javascript not being fast enough, what do you think this is, 2009?

坦然微笑 2024-10-06 08:02:04

我不完全确定你想要什么,但使用 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.

好菇凉咱不稀罕他 2024-10-06 08:02:04

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文