From: John H. <jd...@gm...> - 2009-07-11 13:19:45
|
On Mon, Jul 6, 2009 at 10:35 AM, jcm52<joe...@gm...> wrote: > > Perhaps this is a new feature since you sent this request, but I just came > across > > pylab.suptitle('my super title') > > Seems to work fairly well, but the font sizes don't appear to behave as well > as I'd like. Just pass in the fontsize kwarg: pylab.suptitle('my super title', fontsize=14) JDH |