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

2006-06-19 Thread John Pye
Hi John Here's a test script that gives the wrongly exported SVG image. I'm viewing with EOG. When I edit to add "style="opacity:0.15"" it works fine, so there's no prob with EOG. from pylab import * import matplotlib.numerix.ma as ma from matplotlib.colors import ListedColormap A = flipud(arr

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

2006-06-19 Thread John Hunter
> "John" == John Pye <[EMAIL PROTECTED]> writes: John> issues: 1. When exporting the following image, which is a John> pcolor plot with alpha=0.15 and contours on top, I get no John> alpha channel in the resulting output, regard of whether I John> export as EPS or SVG. Is expor

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

2006-06-19 Thread Darren Dale
On Monday 19 June 2006 4:11 am, John Pye wrote: > Hi all, > > 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 i

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

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

2006-06-19 Thread John Pye
Hi all, 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 resulting output, regard of whether I export as EP