Ken Schutte <kts.li...@gmail.com> writes: > Is it possible to control (actually remove) the amount of white space > padded to a figure when saving to a file? For example, the white > border found on the output of something like the following: [...] > ax = fig.add_subplot(111,frameon=False)
Use fig.add_axes([0,0,1,1],frameon=False) instead - add_subplot reserves some space for a title, axis labels, etc. -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users