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.sourceforge.net/examples/pylab_examples/psd_demo2.html

You need to define subplots using the pyplot interface
http://matplotlib.sourceforge.net/api/pyplot_api.html?#matplotlib.pyplot.subplot
or the matplotlib API 
http://matplotlib.sourceforge.net/api/axes_api.html?#matplotlib.axes.Subplot

With many subplots, you may pay attention with the figure size, that you
can define with the 'figsize' and 'dpi' keyword arguments of the figure
function :
http://matplotlib.sourceforge.net/api/pyplot_api.html?#matplotlib.pyplot.figure

-- 
Fabrice Silva <si...@lma.cnrs-mrs.fr>
LMA UPR CNRS 7051


------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to