[SciPy-user] xplt.plot

Travis Oliphant TravisOliphant at netscape.net
Wed Jul 23 11:20:14 EDT 2003


from scipy import xplt

xplt.subplot(2,1)
xplt.plsys(1)
xplt.plot(x1,y1,x2,y2)
xplt.plsys(2)
xplt.plot(x1,y1,x2,y2)



Nils Wagner wrote:
> Hi all,
> 
> How can I plot two curves on two different graphs with xplt ?
> A small example would be appreciated.
> 
> Thanks in advance,
> 
>                     Nils
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user


-- 
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop at Netscape!
http://shopnow.netscape.com/




More information about the SciPy-User mailing list