[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 Skip

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Benjamin Root
On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold 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 back then you can't overwrite it? This doesn't seem right to > me. > > > http://stackoverflow.

Re: [Matplotlib-users] overwriting suptitle?

2012-09-16 Thread Skipper Seabold
On Sun, Sep 16, 2012 at 2:54 PM, Benjamin Root wrote: > > > On Sun, Sep 16, 2012 at 2:09 PM, Skipper Seabold > 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 back then you can't overw

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 > 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 > 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