plotting.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:vtkInterface 作者: akaszynski 项目源码 文件源码
def OpenGif(self, filename):
        try:
            import imageio
        except BaseException:
            raise Exception('To use this feature, install imageio')
        if filename[-3:] != 'gif':
            raise Exception('Unsupported filetype')
        self.mwriter = imageio.get_writer(filename, mode='I')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号