On Tue, Apr 15, 2008 at 9:46 AM, pong <[EMAIL PROTECTED]> wrote:
>
>  I have installed the Imagemagick package and (I guess) it's in the
>  path since the window command prompt understand the convert function.
>  However, I still couldn't get SAGE to recognize the 'gif' command
>  ( SAGE ref. p260)
>
>  I want to slow down an animation by using the 'delay' option in gif.

Hi pong,
I'm think this exemplifies the effect you're looking for:

sage: a = animate([point([k,0], pointsize=50, rgbcolor='red') for k in
[-5..5]], xmin=-5, xmax=5)
sage: a.show()
sage: a.show(delay=100)

Best,
-- 
 Hector


>  Could it be the case that my SAGE is not on the PATH? I'm running SAGE
>  using vmware on a window machine.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to