(needs review) On Monday, April 13, 2015 at 3:09:46 AM UTC+2, Volker Braun wrote: > > This is now http://trac.sagemath.org/ticket/18176 > > On Monday, April 13, 2015 at 2:43:32 AM UTC+2, Andrey Novoseltsev wrote: >> >> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
