简体   繁体   English

如何加速 mplot3d 的渲染?

[英]How can I speed up mplot3d's render?

I'm visualizing timestamped xy positions of objects using mplot3d.我正在使用 mplot3d 可视化对象的时间戳 xy 位置。 I would like to rotate and zoom into the resulting figure to better understand the details.我想旋转并放大结果图以更好地理解细节。 Python is really slow at rendering the figure, making it almost impossible to do what I want. Python 渲染图形的速度真的很慢,几乎不可能做我想做的事。 Is there a way to make the 3d-plot faster to manipulate (GPU acceleration, wireframe, etc.)?有没有办法让 3d 绘图更快地操作(GPU 加速、线框等)?

在此处输入图片说明

An option may be to use MayaVi, which is recommended by mplot3d itself: http://matplotlib.org/mpl_toolkits/mplot3d/faq.html#how-is-mplot3d-different-from-mayavi一个选项可能是使用 mplot3d 本身推荐的 MayaVi: http ://matplotlib.org/mpl_toolkits/mplot3d/faq.html#how-is-mplot3d-different-from-mayavi

(in fact "highly recommended") (实际上“强烈推荐”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM