suptitle interfering with figure

Using the code below, I'm placing a second title on a figure. However
this title is placed over the figure and does not adjust the figure
placement for the title. Is there a way to adjust the placement of
the figure further down? I'm not seeing any such setting.

       pyplot.suptitle(MakeTitle(param, hour, day, year, month,
model, figure_type,date_time_type,mei_span,composite_year,composite_years,year_array,year1,day1,month1),
fontsize=10)
       if plot_another == 1:
           pyplot.suptitle(MakeTitle(param1, hour1, day1, year1,
month1, model1,
figure_type1,date_time_type1,mei_span1,composite_year1,composite_years1,year_array1,year11,day11,month11),
fontsize=10, y=.90)

Any help would be appreciated.

Bruce

···

---------------------------------------
Bruce W. Ford
Clear Science, Inc.
bruce@...2905...
bruce.w.ford.ctr@...2906...
http://www.ClearScienceInc.com
Phone/Fax: 904-379-9704
8241 Parkridge Circle N.
Jacksonville, FL 32211
Skype: bruce.w.ford
Google Talk: fordbw@...287...

Bruce Ford wrote:

Using the code below, I'm placing a second title on a figure. However
this title is placed over the figure and does not adjust the figure
placement for the title. Is there a way to adjust the placement of
the figure further down? I'm not seeing any such setting.

       pyplot.suptitle(MakeTitle(param, hour, day, year, month,
model, figure_type,date_time_type,mei_span,composite_year,composite_years,year_array,year1,day1,month1),
fontsize=10)
       if plot_another == 1:
           pyplot.suptitle(MakeTitle(param1, hour1, day1, year1,
month1, model1,
figure_type1,date_time_type1,mei_span1,composite_year1,composite_years1,year_array1,year11,day11,month11),
fontsize=10, y=.90)

Any help would be appreciated.

Bruce,

It sounds like subplots_adjust might be what you need at this point:

http://matplotlib.sourceforge.net/api/pyplot_api.html?highlight=subplots_adjust#matplotlib.pyplot.subplots_adjust

Eric

···

Bruce
---------------------------------------
Bruce W. Ford
Clear Science, Inc.
bruce@...2905...
bruce.w.ford.ctr@...2906...
http://www.ClearScienceInc.com
Phone/Fax: 904-379-9704
8241 Parkridge Circle N.
Jacksonville, FL 32211
Skype: bruce.w.ford
Google Talk: fordbw@...287...

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options