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. :-\
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---