| 1 | initial version |
This works :
frames = [plot(cos(x^k), (-2, 2), ymin=-1, ymax=1) for k in range(1,7)]
a = animate(frames)
a.apng(savefile='ex2.png', show_path=True)
The point is to force min and max ordinates, forting all the frames to have the saem height.
HTH,
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.