On 2/24/12 2:36 PM, Juan Grados wrote:
Jason Grout idea is good for me, but I need empiler several "plots", i
after use show(plot1+plot2+...). How do this?.

Exactly like you said.  Make each plot:

plot1=plot(spline(pts), (0,5))
...

and then do

show(plot1+plot2+...)

Jason


--
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