Ok it's working.
Thanks to both.
On Mar 26, 7:24 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 26, 2008 at 11:10 AM, Janzo <[EMAIL PROTECTED]> wrote:
>
> > Hi:
> > I'm learning the plot functions, sage show that error:
>
> > sh: convert: command not found
>
> > when i try to evaluate:
>
> > v=[]
> > for i in range(3):
> > v.append(polygon([[1,2],[5,6],[5,0],[6,i]], rgbcolor=(1,0,1)))
> > curve = animate(v)
> > curve.show()
>
> > Any idea of what package I need?
> > thanks
>
> 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.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---