[Matplotlib-users] Plotting different years on the same axes

2006-06-23 Thread Jose Gomez-Dans
Hi!I searchd in the documentation, but couldn't find anything useful. I want to be able to plot a couple of yearly time series (so that one can see the difference between some variable in one particular year with respect to another year). Additionally, I would also like to have a plot of the mean (

[Matplotlib-users] yaxis scale

2006-06-23 Thread Willi Richert
Hi, If I'm plotting y-values >1000 then I get "x1e4" at the top of the diagram and the yticks become 0.xxx. I rather want to have the real numbers (not in the scientific format). Is that difficult to achieve? Thanks, wr Using Tomcat but need to do more? Need to support web services, security?

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