Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I just tried out the following and seems to work for me. I get a bunch of warnings so I am not sure it is fully functional but the I can import matplotlib.animation

On your linux terminal type(assuming sage is in your PATH)

sage -sh

You will get a sage shell. In that type

easy_install -U matplotlib

That should do it.

I just tried out the following and seems to work for me. I get a bunch of warnings so I am not sure it is fully functional but the I can import matplotlib.animation

On your linux terminal type(assuming sage is in your PATH)

sage -sh

You will get a sage shell. In that type

easy_install -U matplotlib

That should do it.

Edit: For some reason plt.show() does not work for me. And im_ani.save does not work unless you have ffmpeg installed. So install ffmpeg on you machine and save the movie in mp4 format.