def get_animation_object(self, **kwargs):
"""Returns matplotlib FuncAnimation object - use this e.g. to store animation as video"""
self.__update()
return animation.FuncAnimation(self._fig, self.__update, **kwargs)
mpl_display.py 文件源码
python
阅读 34
收藏 0
点赞 0
评论 0
评论列表
文章目录