Re: [Matplotlib-users] exporting with alpha channel, mathtext, contour labels

2006-06-19 Thread Paul Barrett
On 6/19/06, John Pye <[EMAIL PROTECTED]> wrote:   Just created a a diagram as the overlay of a pcolor plot with a labelled contour plot. I had a few issues: When exporting the following image, which is a pcolor plot with alpha=0.15 and contours on top, I get no alpha channel in the resul

Re: [Matplotlib-users] Setting only the X-axis scale?

2006-10-08 Thread Paul Barrett
Kelvin, If you are using the command line interface, try using 'xlim(a, b)' to set the limits. -- Paul On 10/6/06, Kelvin Chu <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible in python/matplotlib to only define the x-axis range > and have the y-axis autoscale? > > I've read the docs about ax