Tom Lasinski

Results 1 issues of Tom Lasinski

Pip'ed celluloid and ran below code and nothing happened.... fig = plt.figure() camera = Camera(fig) for i in range(10): plt.plot([i] * 10) camera.snap() animation = camera.animate()