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 ev
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))
Hi,
You need Imagemagick:
http://www.imagemagick.org/script/index.php
-Alex
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 ran