python matplotlib mplot3d 跳舞风景代码
我尝试编写动画舞蹈景观的代码。景观可能看起来就像 matlab 图标,“山丘”应该缓慢上升和下降,并且应该出现新的山丘。景观是为了说明复杂性的概念。谢谢。亚瑟
I try to write the code for a animated dancing landscape. The landscape could look just like the matlab icon and the 'hills' should slowely rise and fall and new hills should appear. The lanscape is to illustrated the concept of complexity. Thanks. Arthur
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个示例应该有帮助,但是对于填充表面(
plot_surface) 非常慢。也许更好的解决方案是 Mayavi2。
This example should help, but for the filled surface (
plot_surface
) is very slow. Maybe a better solution would be Mayavi2.