#18176: Show animation
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  critical           |    Milestone:  sage-6.6
      Component:  graphics           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/show_animation            |  39263a4fc8c59879373a47d55a9040a5d6702de9
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by gagern):

 What exactly do you mean by “its all broken”? It would be kind of nice if
 the problem report were to report the problem, before suggesting a fix… In
 any case, I'm on 6.6.beta1 here, using the Sage notebook, and with
 imagemagick 6.9.0.3 installed on my system. And animations with delay and
 iterations do work for me. To be more specific,

 {{{
 sage: a = animate([sin(x + float(k)) for k in srange(0,2*pi,0.3)], xmin=0,
 xmax=2*pi, figsize=[2,1])
 sage: a.show(delay=10, iterations=2) # shows at higher frame rate then
 stops
 sage: a.show(delay=500)              # shows at lower frame rate
 }}}

 So what ''exactly'' is broken?

--
Ticket URL: <http://trac.sagemath.org/ticket/18176#comment:11>
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