在 Node.js 中绘制

发布于 2024-10-11 10:37:36 字数 230 浏览 3 评论 0原文

我想使用 node.js 构建一个能够绘制图表的服务器。

到目前为止,我找不到有关如何将 Matplotlib/ Pylab 连接到节点的有用信息。

也许可以连接 GNUPlot 吗?我个人更喜欢 Matplotlib,但 GNUPlot 也可以。根据我的经验,我提到的工具在处理大量数据负载时优于 flot 或 TheJit 等工具。

任何关于在 Node.js 中创建快速绘图的建议将不胜感激。

I would like to build a server using node.js which is able to plot graphs.

I could not find useful information so far on how to hook Matplotlib/ Pylab into node.

Maybe GNUPlot can be hooked up? I personally prefer Matplotlib but GNUPlot would be fine, too. In my experience the tools I mentioned outperform tools like flot or TheJit for huge data loads.

Any suggestions on creating fast plots from within node.js will be appreciated.

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

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

发布评论

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

评论(1

阿楠 2024-10-18 10:37:36

使用子进程并执行外部程序,注意它终止并获取输出。或者,如果您想自己完成,请查看 node-canvas 库。

Either use child processes and execute external programs, watch for theit termination and take the output. Or have a look at the node-canvas lib if you want to do it by yourself.

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