From: Werner F. B. <wer...@fr...> - 2005-04-10 17:57:51
|
Hi All, I figured this out, just doing something along these lines does the trick for me. self.figure.text(0.5, 0.95, title, horizontalalignment='center') self.figure.text(0.5, 0.92, 'sub title', horizontalalignment='center') See you Werner Werner F. Bruhin wrote: > The part about the sub-title got over looked, so I'll post again - > anyhow it was bad from me to stick two things into one message - sorry! > > Is it possible to have sub-title lines, I saw that I can pass newline > with title string but this uses the same font attributes, I would like a > slightly smaller font and non bold etc for the second title line. > > Thanks for any hints. > Werner > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click |