First time here? Check out the FAQ!

Ask Your Question
2

Add a start, stop and pause button to a sage animation

asked 13 years ago

sagefan gravatar image

Is it possible to add start, stop and pause buttons to a sage animation?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

Shashank gravatar image

Not exactly, but you can try to use 'interact' instead of 'animate'.

http://wiki.sagemath.org/interact/

Also, you can save the animation as a video using matplotlib animation (version 1.1), yet to be updated in sage

http://matplotlib.sourceforge.net/exa...

Or you can save the images from animation as a bunch of images and join them together in to a video using mencoder. Video is more convenient than gif because you can pause it.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 13 years ago

Seen: 1,072 times

Last updated: Dec 14 '11