On Sun, Dec 14, 2008 at 2:44 AM, Sand Wraith <[email protected]> wrote: > > Hi! > > I want to plot a few lines: > > Line=line([]) > for i in [-10..3]: > Line+=line([[0,0],[1.1+i/10,1.1]]) > > and show it: > > show(Line,xmin=0) > > but output contains area below X axis. :-\
You want show(Line,ymin=0,xmin=0) -- 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 -~----------~----~----~----~------~----~------~--~---
