Qt4 + matplotlib 的 mplot3d
我正在尝试在 Qt4 GUI 中嵌入 3D 绘图(有其他按钮),这可以使用 matplotlib 的 mplot3d 吗?
我知道可以使用“matplotlib.backends.backend_qt4agg”绘制二维图,并且我已经这样做了。
如果是,请举个例子。
如果不是,最喜欢的选项是什么? VTK?
谢谢!
I am trying to embed a 3D plot in a Qt4 GUI (has other buttons), is this possible using matplotlib's mplot3d?
I am aware that 2d plots are possible using "matplotlib.backends.backend_qt4agg", and i have done this.
If yes, please quote an example.
If no, what is the favorite option? VTK?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然这不是您将看到的最干净的东西。我注意到它不像 tkinter 后端那么快。然后它又起作用了。
玩得开心:
While not the cleanest thing you're going to see. I've noticed that is it not as fast as the tkinter backend. Then again it works.
Have fun: