Re: [Matplotlib-users] How do I increase the left-margin of pylab plots?

2008-12-08 Thread Roy H. Han
Cool! Thanks. pyplot.subplots_adjust seems to be some kind of super function that controls margins for the entire figure as well as spacing between the subplots. On Mon, Dec 8, 2008 at 1:32 AM, Pierre GM [EMAIL PROTECTED] wrote: On Dec 8, 2008, at 1:09 AM, Roy H. Han wrote: I figured it

[Matplotlib-users] How do I increase the left-margin of pylab plots?

2008-12-07 Thread Roy H. Han
Hi, Is there a way to increase the left-margin of pylab plots? Specifically I'm trying to make enough space so that the text labels on the left are visible. I tried decreasing the font size of the labels but it isn't enough. Thanks, RHH

Re: [Matplotlib-users] How do I increase the left-margin of pylab plots?

2008-12-07 Thread Pierre GM
On Dec 8, 2008, at 1:09 AM, Roy H. Han wrote: I figured it out. Specifically, I need to use pylab.Axes(figure, [left, bottom, width, height]) where each value in the frame is between 0 and 1 [.2,.1,.7,.8] means 20 percent margin on left 10 percent margin on bottom 10 percent margin on