Re: [Matplotlib-users] Labels end up outside figure

2010-04-30 Thread Jae-Joon Lee
On Thu, Apr 29, 2010 at 12:40 PM, acoffeemug 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 tickla

[Matplotlib-users] Labels end up outside figure

2010-04-29 Thread acoffeemug
Hi, I have tried to make a plot using the twinx() method to get different left and right scales in the same plot. The plot looks fine, but the y labels end up outside the figure. The same problem can be seen in the example from the matplot homepage: http://matplotlib.sourceforge.net/examples/ap