Re: [Matplotlib-users] Clipping the bottom labels

2006-06-23 Thread John Hunter
> "Ryan" == Ryan Krauss <[EMAIL PROTECTED]> writes: Ryan> I have a similar problem because I use bigfonts. If you are Ryan> going to make a lot of these plots, you can change the Ryan> default for left, bottom, height, and width in your Ryan> matplotlibrc file. Look for the l

Re: [Matplotlib-users] Clipping the bottom labels

2006-06-23 Thread Ryan Krauss
I have a similar problem because I use bigfonts. If you are going to make a lot of these plots, you can change the default for left, bottom, height, and width in your matplotlibrc file. Look for the lines: figure.subplot.left : 0.15 #0.125 # the left side of the subplots of the figure figure.s

Re: [Matplotlib-users] Clipping the bottom labels

2006-06-23 Thread ddlucas
On Friday 23 June 2006 8:12 pm, Johan Fredrik Øhman wrote: > Hi, > > I made a plot where the values on the X-axis are dates, "JUN, JUL, > AUG.. etc ". To make them fit better, I have rotated the text using > setp(labels, rotation=45, size=8), the problem is that the text is > "clipped" in bottom.

[Matplotlib-users] Clipping the bottom labels

2006-06-23 Thread Johan Fredrik Øhman
Hi, I made a plot where the values on the X-axis are dates, "JUN, JUL, AUG.. etc ". To make them fit better, I have rotated the text using setp(labels, rotation=45, size=8), the problem is that the text is "clipped" in bottom. How can I expand the boundries? Thanks !! figure(num=1, figsize=(2,2