使用 PyQt 进行 Python 图形可视化和编辑
我想使用 PyQt 和一些库在 Python 中公开某种图形浏览器小部件。这样的图书馆存在吗?
I want to expose some kind of graph explorer widget in Python using PyQt and some library. Does such a library exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看起来 NodeBox 可能是一个很好的解决方案。根据其网页,它似乎不依赖于任何阻止它与 PyQt 一起工作的东西。
另一种可能性,虽然更混乱,是结合 Sage 绘制图表的任何内容。
It looks like NodeBox could be a good solution for you. According to its web page it doesn't seem to depend on anything that would keep it from working with PyQt.
Another possibility, though messier, would be to incorporate whatever Sage does to draw graphs.
尝试使用支持unix的nodebox-gl fork版本的nodebox,但我在nodebox中找不到fork版本图:(
谢谢
Try the nodebox-gl fork version of nodebox that support unix, but I can't find the fork version graph in nodebox :(
Thanks
nodebox-opengl 有一个 图形模块。我必须说,非常好,但我不知道它将如何与 PyQt 交互。
nodebox-opengl has a graph module. Quite nice I must say, I don't know how it will interact with PyQt though.
可能有点晚了,请查看 http://code.google.com/p/yapgvb/
Probably a little late, check out http://code.google.com/p/yapgvb/