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.
2 | No.2 Revision |
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.