On Tue, 1 Mar 2011 12:44:20 +0900
Jae-Joon Lee <lee.j.j...@gmail.com> wrote:

> > Is this a bug?
> 
> Unfortunately, bbox_inches option is never meant to be complete in
> figuring out the exact  size of the figure area.

Why not? What's the purpose of bbox_inches='tight' otherwise?

> However, you  can use "bbox_extra_artists" keyword argument to specify
> additional artists that should be considered when dertermining the
> plot size.
> 
> mytitle = fig.suptitle("Horray!", fontsize=20)
> 
> ...
> 
> fig.savefig("out.png", bbox_inches='tight', bbox_extra_artists=[mytitle])

That doesn't work for me either.


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to