|
From: <ea...@mp...> - 2010-02-05 17:54:18
|
> On Fri, Feb 5, 2010 at 10:10 AM, Eymen Alyaz <ea...@mp...> > wrote: >> Is there a way to automatically correct the area of figure and resize it >> such that every box drawn is visible? > > If you're only interested in the saved ouput, you may use > "bbox_inches" option of "savefig". It does not change the size of the > figure currently displayed, but it does change the size of the figure > that is to be saved. Unfortunately, the released version of mpl will > not work. With svn version, you can do > ... Thank you for this quick reply. Your suggestion matched my intention of plotting/ saving the figure. I will give the svn version a shot and try it out. Regards, Eymen |