This is an exemple extracted from the documentation
sines = [plot(csin(x), (-2pi,2*pi),
color=Color(c,0,0), ymin=-1,ymax=1)
for c in sxrange(0,1,.2)] a =
animate(sines) a
a.show() # optional -- ImageMagick
I have 2 questions :
1) The main question. Is it possible to export the animation in a pdf.
2) If it's possible can we do the same thing with @interact