【发布时间】:2015-06-28 17:10:42
【问题描述】:
我有一个点数组 (x,y,z),我想使用 Mayavi (Python) 在 3D 中制作动画。我目前正在使用 Plot3D 命令同时绘制所有点(模拟粒子的运动),但希望对动画有所帮助。
谢谢!
【问题讨论】:
标签: python animation 3d geometry mayavi
我有一个点数组 (x,y,z),我想使用 Mayavi (Python) 在 3D 中制作动画。我目前正在使用 Plot3D 命令同时绘制所有点(模拟粒子的运动),但希望对动画有所帮助。
谢谢!
【问题讨论】:
标签: python animation 3d geometry mayavi
Matplotlib 为动画提供了很多可能性。看看specific routines for animation。特别是a specific example for 3D plotting。
网上有很多教程。例如。 Matplotlib Animation Tutorial 和 Animated 3-D Plots in Python
【讨论】: