Re: [Matplotlib-users] Size of text for axes title

2010-01-18 Thread Jae-Joon Lee
http://matplotlib.sourceforge.net/faq/howto_faq.html#automatically-make-room-for-tick-labels The above example is for ticklabels, but can be easily adopted for axes title. Regards, -JJ On Mon, Jan 18, 2010 at 12:07 PM, Jeremy Lewi wrote: > Hi, > > > > The title for my axes is being cutoff bec

[Matplotlib-users] Size of text for axes title

2010-01-18 Thread Jeremy Lewi
Hi, The title for my axes is being cutoff because the axes is taking up too much space. Is there anyway to determine how much space is needed for the title so that I can set the axes size to the correct height to prevent the title from being cutoff? Thanks Jeremy Lewi Engineering Scien