Matplotlib:网络服务器上的交互式绘图

发布于 2024-09-12 00:24:59 字数 449 浏览 2 评论 0原文

我目前在 django 网站上使用 Open Flash Chart 2,但我发现它的可定制性不够。 (当您想要常用的条形图、饼图时,这很棒,但如果想要自制形状呢……)。虽然它是开源的,但我不想深入研究 Flex 代码。

我对 matplotlib 想了很多,但是 关于 Web 应用程序开发的文档相当差。

有人在他的网络应用程序中使用 matplotlib 吗? 我希望能找到这些网站上的链接来了解可以实现的目标。 谢谢

I'm currently using Open Flash Chart 2 on my django website, but I find it insufficiently customizable. (It's great when you want the usual barcharts, piecharts, but what about homemade shapes...). Although it's open source, I don't feel like diving in the Flex code.

I'm thinking a lot about matplotlib but the documentation is rather poor on web application developpment.

Does anybody uses matplotlib in his web app?
I would appreciate links on those web sites to figure out what can be achieved.
Thanks

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

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

发布评论

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

评论(1

老街孤人 2024-09-19 00:24:59

您可以使用 MPLD3 将现有的 matplotlib 内容导出到浏览器。
Matplotlib 本身非常强大,尽管我同意文档不是很广泛。
我只是通过尝试并在网上查找示例来学习它。
“matplotlib example X”,其中 X 与您想要绘制的内容有关,在网上找到数量惊人的代码。

You can use MPLD3 to export your existing matplotlib stuff to browser.
Matplotlib itself is very powerful, albeit, I agree the documentation is not very extensive.
I've learned it just by trying stuff out and finding examples on the net.
'matplotlib example X' where X is somewhat about what you are trying to plot find suprising amount of code on the net.

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