John Cremona wrote: > ---------- Forwarded message ---------- > From: William Stein <[EMAIL PROTECTED]> > Date: 2008/5/1 > Subject: [sage-support] Re: X range (plotting). > To: [EMAIL PROTECTED] > > Yes. Use the figsize= option, which takes "inches" as input: > > sage: plot(cos(x),1,2).show(xmin=1,xmax=2, ymin=-0.5,ymax=0.5, > figsize=[12,15]) > > If we are going for world domination, please may we use metric units? > > If Sage is one day going to help land spacecraft on Mars (and why > not?) we need to be *really* clear wht our units are ;)
It would be *really* cool if we had something like TeX or like the Enthought python units modules (http://code.enthought.com/projects/files/ets_api/enthought.units.html), and we could do something like: plot(cos(x), (x, 1, 2)).show(figsize=[12*inch, 15*inch]) or something. Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---