Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Interaction and animation exportation

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

Interaction and animation exportation

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 Can we do the same thing with @interact @interact

Interaction and animation exportation

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.pdf ?

2) Can we do the same thing with @interact@interact ?