From: Jae-Joon L. <lee...@gm...> - 2010-04-30 14:10:11
|
On Thu, Apr 29, 2010 at 12:40 PM, acoffeemug <joa...@gm...> wrote: > Does anyone know a good fix for this? Preferably one which doesn't involve > manual resizing? http://matplotlib.sourceforge.net/faq/howto_faq.html#automatically-make-room-for-tick-labels While example in the link try to make a room for ticklable, a same can be done with a label. If you don't mind your figure size slightly changed, you may try savefig("yourfilename", bbox_inches="tight") Regards, -JJ |