#16608: Immediate fix for animations in notebook
-------------------------------------+-------------------------------------
Reporter: niles | Owner:
Type: defect | Status: new
Priority: blocker | Milestone: sage-6.3
Component: notebook | Keywords: notebook, animate
Merged in: | Authors: Niles Johnson
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | u/niles/ticket/16533-stopgap
16cbd2d59b4b5bbb330668255345fc2d53f3afee| Dependencies:
Stopgaps: |
-------------------------------------+-------------------------------------
The following example, taken from the documentation of the animate module,
produces no visible output in the notebook:
{{{
sage: sines = [plot(c*sin(x), (-2*pi,2*pi), color=Color(c,0,0),
ymin=-1,ymax=1) for c in sxrange(0,1,.2)]
sage: a = animate(sines)
sage: a.show()
}}}
This is a regression introduced by #12827. See discussion at #16533.
A good fix for this is in progress as part of a larger effort to unify and
expand animation functionality. This ticket simply restores the
functionality in the meantime.
--
Ticket URL: <http://trac.sagemath.org/ticket/16608>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.