> Could you give us the specific command you're trying to execute?

This error message apparently occurs independently of the plot command
that I have tried to execute or interface (console or notebook). So,
it seems to me a more basic problem.

Anyway, examples (taken from the documentation):

show(plot(cos,-5,5))

G=plot(cos, -5, 5)
G

G=plot(cos, -5, 5)
show(G)

G=plot(cos, -5, 5)
G.show()

p = polygon(L, rgbcolor=(1,1,0))
show(p)

Alejandro

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

Reply via email to