[Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Skipper Seabold
Is there a way to overwrite suptitle? When using 3rd party libs that return a figure, if they set suptitle and don't give you the text object back then you can't overwrite it? This doesn't seem right to me. http://stackoverflow.com/questions/10559144/matplotlib-suptitle-prints-over-old-title

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Benjamin Root
On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold jsseab...@gmail.comwrote: Is there a way to overwrite suptitle? When using 3rd party libs that return a figure, if they set suptitle and don't give you the text object back then you can't overwrite it? This doesn't seem right to me.

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Skipper Seabold
On Sun, Sep 16, 2012 at 2:54 PM, Benjamin Root ben.r...@ou.edu wrote: On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold jsseab...@gmail.com wrote: Is there a way to overwrite suptitle? When using 3rd party libs that return a figure, if they set suptitle and don't give you the text object

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Eric Firing
On 2012/09/16 8:54 AM, Benjamin Root wrote: On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold jsseab...@gmail.com mailto:jsseab...@gmail.com wrote: Is there a way to overwrite suptitle? When using 3rd party libs that return a figure, if they set suptitle and don't give you the text

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Eric Firing
On 2012/09/16 8:54 AM, Benjamin Root wrote: On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold jsseab...@gmail.com mailto:jsseab...@gmail.com wrote: Is there a way to overwrite suptitle? When using 3rd party libs that return a figure, if they set suptitle and don't give you the text