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.
br...@clearscienceinc.com
http://www.ClearScienceInc.com
Phone/Fax: 904-379-9704
Skype: bruce.w.ford
Google Talk: for...@gmail.com
_______________________________________________
SciPy-User mailing list
SciPy...@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
Matplotlib questions should be directed to the matplotlib-users list:
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-Neil