Is it OK that animations are broken?

      sage: t = var('t')
      sage: a = animate((cos(c*pi*t) for c in sxrange(1,2,.2)))
      sage: a.show()  # optional -- ImageMagick
...
/home/novoselt/sage/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.pyc
 
in graphics_from_save(self, save_function, save_kwds, file_extension, 
output_container, figsize, dpi)
    659         if dpi is not None:
    660             kwds['dpi'] = dpi
--> 661         save_function(filename, **kwds)
    662         from sage.repl.rich_output.buffer import OutputBuffer
    663         buf = OutputBuffer.from_file(filename)

TypeError: save() got an unexpected keyword argument 'delay'


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to