Thank both of you for the reply. Hector's suggestion works.
I probably don't understand my question either. However I got the idea from reading the SAGE reference manual (on p.247) it says: gif(self, [delay=20], ....) This function will work only if the Imagemagick command line tool is installed... So I went on to look for more info and found in this very same group http://groups.google.com/group/sage-support/browse_thread/thread/e860c2cf193761ca that William wrote (on Mar 27): >You have to install ImageMagick which is a generally available >free program: > http://www.imagemagick.org/script/index.php >How you do this depends on your operating system and possibly >how you're running Sage. If the answer isn't obvious to you, please >email back and give us *way* more details about your setup. >Make sure that after install that program the program "convert" >is in your path. So that's why I asked my question that way... may be that user was not running SAGE from vmware... Pong On Apr 16, 6:47 am, "Hector Villafuerte" <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---