Re: [Matplotlib-users] joined matplotlib today

2009-03-27 Thread Fabrice Silva
Le vendredi 27 mars 2009 à 18:15 +0100, Bala subramanian a écrit : > I have to make multiple plot on the same page. Six row and three > column. Kindly suggest me some tips to do the same. I suggest you to have a look to the matplotlib gallery, in particular this example http://matplotlib.sourcefo

Re: [Matplotlib-users] joined matplotlib today

2009-03-27 Thread John Hunter
On Fri, Mar 27, 2009 at 12:15 PM, Bala subramanian < bala.biophys...@gmail.com> wrote: > > I have to make multiple plot on the same page. Six row and three column. > Kindly suggest me some tips to do the same. This is covered in the tutorial I referred you to in my first response, http://matp

Re: [Matplotlib-users] joined matplotlib today

2009-03-27 Thread Ryan May
On Fri, Mar 27, 2009 at 12:15 PM, Bala subramanian < bala.biophys...@gmail.com> wrote: > Dear All, > > I have to make multiple plot on the same page. Six row and three column. > Kindly suggest me some tips to do the same. > Try: pyplot.subplot() http://matplotlib.sourceforge.net/api/pyplot_api.h

Re: [Matplotlib-users] joined matplotlib today

2009-03-27 Thread Bala subramanian
Dear All, I have to make multiple plot on the same page. Six row and three column. Kindly suggest me some tips to do the same. Bala -- ___ Matplotlib-users mailing list Matplotl

Re: [Matplotlib-users] joined matplotlib today

2009-03-27 Thread John Hunter
On Fri, Mar 27, 2009 at 7:30 AM, Bala subramanian wrote: > Dear Friends, > > I am new to matplotlib. Just started with it. I have some queries, kindly > help me to understand the following. > Welcome! > > i) How are pyplot and pylab are related. Is there any advantage of one over > the other.