I have tried to plot a graphic in the notebook with a small scale (<1)
and it end up by showing up nothing:
   sage: var('x')
   sage: plot(sin(x), 0, 0.01)

Also, i did try this syntax:
   sage: plot(sin(x), xmin=0, xmax=0.01)
but it ends up with this error:
   AttributeError: Unknown property xmin
and
   AttributeError: Unknown property xmax

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to