在Windows上使用matplotlib将输出呈现为gif的问题

时间:2019-07-17 15:21:43

标签: python matplotlib rendering holoviews

我想在Windows上使用将holoviews输出作为gif渲染。我正面临如下问题,现在我等待了很长一段时间,但没有任何显示:

警告:root:Points05279:使用仅用于参数的机制来设置非参数属性width = 500 警告:root:Points05279:使用仅用于参数的机制来设置非参数属性height = 475 警告:root:Points05279:使用仅用于参数的机制来设置非参数属性大小= 12 警告:root:Points05279:使用仅用于参数的机制来设置非参数属性color = black INFO:matplotlib.animation:Animation.save使用

我已经尝试了github作为解决方案,但是注意到了。因为holoviews的开发人员知道Windows的这个问题。

hv.renderer('matplotlib')。save(map,'file_name',fmt ='gif')

0 个答案:

没有答案