[sage-support] Re: sh: convert: command not found

2008-03-26 Thread Janzo
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

[sage-support] Re: sh: convert: command not found

2008-03-26 Thread William Stein
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))

[sage-support] Re: sh: convert: command not found

2008-03-26 Thread alex clemesha
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