#16533: Notebook won't show animations
------------------------+-------------------------------------
   Reporter:  gagern    |            Owner:
       Type:  defect    |           Status:  new
   Priority:  major     |        Milestone:  sage-6.3
  Component:  graphics  |         Keywords:
  Merged in:            |          Authors:  Martin von Gagern
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     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()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16533>
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.

Reply via email to