I'm having some troubles figuring out matplotlib from within Sage. I'm interested in doing some animations, so I started with the first example<http://matplotlib.org/examples/animation/animate_decay.html>on matplotlib.org. I downloaded the source code <http://matplotlib.org/examples/animation/animate_decay.py> for the example and ran the following:
sage: load('animate_decay.py')
sage: plt.savefig('blah.png')
Unfortunately, blah.png contained nothing more than a blank Cartesian
plane. I also typed in the code into the sage interpreter "by hand" and had
the same output.
Thoughts? Any help and/or directing toward documentation would be most
appreciated. I've spent a fair amount of time searching around, but am
struggling with matplotlib, in general.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.
<<attachment: blah.png>>
