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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---