Dear Alejandro,

On Jul 7, 7:50 pm, Alejandro Jakubi <[EMAIL PROTECTED]> wrote:
> 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()

Is there any problem up to this point? Probably not.

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

L is not defined yet, and by consequence one gets "NameError: name 'L'
is not defined".
Could you complete your example, please?

Cheers
      Simon

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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