Ticket #6432 (new enhancement)
plot and especially animate are very slow
| Reported by: | ncalexan | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.5.3 |
| Component: | graphics | Keywords: | plot speed slow animate |
| Cc: | mhansen | Author(s): | |
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
For anything but the smallest animations, I'm getting very slow times for animate() (of course, most of the time is spent writing individual png files). Is this just the price for python? Can we improve this to be at least usable for the several hundred frame animations I would like to create?
For example:
sage: anim Animation with 22 frames sage: %time show(anim) CPU times: user 6.01 s, sys: 0.14 s, total: 6.15 s Wall time: 9.68 s
The frames of this animation are just a few lines and points representing paths in the complex plane.
Change History
Note: See
TracTickets for help on using
tickets.
