On Sun, Oct 25, 2009 at 10:06 AM, Francois Maltey <fmal...@nerim.fr> wrote:
>
> Hello everybody !
>
> I run around plot and show and I want to display only a subwindow (x,y)
> in [-5,5]x[-5,5] of a plot even if y goes from -oo to +oo.
>
> For parametric_plot I need to cut both the x-axe and the y-axe.
>
> The figsize option doesn't seem the right one :
> the display is more or less large on my screen, but the plot is always
> complete (and I don't understand this option).
>
> Others systems call this option clip or clipboard ? Is there the same
> one in sage ?

sage: plot(sin(x^2),(x,0,1000)).show(xmin=8, xmax=10)

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to