Yes in console terminal, when i make this p1 = plot(spline(pattersonCpb), (__builtin__.max(pattersonCpb)[0],__builtin__.min(pattersonCpb)[0]))+points(pattersonCpb) show(p1) the plot work fine, but when i make this load a extern file *.sage only i get the points.
2012/2/24 Jason Grout <jason-s...@reativetrax.com> > 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+unsubscribe@** > googlegroups.com <sage-support%2bunsubscr...@googlegroups.com> > For more options, visit this group at http://groups.google.com/** > group/sage-support <http://groups.google.com/group/sage-support> > URL: http://www.sagemath.org > -- --------------------------------------------------------------------- Juan del Carmen Grados Vásquez Laboratório Nacional de Computação Científica Tel: +55 24 2233-6260 (http://www.lncc.br/) http://juaninf.blogspot.com --------------------------------------------------------------------- -- 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