Python-Matplotlib-Animation: When i try to save my animation it appears error like : self._frames[0].save(IndexError: list index out of range )

后端 未结 0 1202
走了就别回头了
走了就别回头了 2020-11-27 20:38

I am using Win10, Python 3.5, Matplotlib 3.0.3

  ani = FuncAnimation(fig, animate, interval=1000,repeat=False,fargs=[allData, axes])
  #plt.show()

  writergi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题