On Sat, Apr 4, 2009 at 11:59 AM, Brian <[email protected]> wrote: > > How can I set things like ymax, ymin, and ystep in my plot? Also, > sometimes my plots have ticks on the y axis but only 1 and sometimes > ZERO labels. I'd like to configure that too.
show(plot).sin(ymin=-3, ymax=1/2) There is no ystep option (yet) ... :-( William --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
