2
我想要使用Mayavi(Python)在3D中進行動畫處理的點(x,y,z)的數組。我正在使用Plot3D命令同時繪製所有點(模擬粒子的運動),但是會喜歡動畫的一些幫助。在Python中使用Mayavi製作3D繪圖數據
謝謝!
我想要使用Mayavi(Python)在3D中進行動畫處理的點(x,y,z)的數組。我正在使用Plot3D命令同時繪製所有點(模擬粒子的運動),但是會喜歡動畫的一些幫助。在Python中使用Mayavi製作3D繪圖數據
謝謝!
Matplotlib提供了很多動畫的可能性。看看specific routines for animation。特別是有a specific example for 3D plotting。
網上有很多教程。例如。 Matplotlib Animation Tutorial和Animated 3-D Plots in Python
謝謝!如果可能的話,仍然嘗試使用Mayavi,但這非常有幫助。 –
看到http://stackoverflow.com/questions/14287185/animating-a-mayavi-points3d-plot – aestrivex
http://docs.enthought.com/mayavi/mayavi/auto/example_mlab_visual.html HTTP ://docs.enthought.com/mayavi/mayavi/mlab_animating.html – aestrivex