[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

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] 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] legend not in front

2006-06-19 Thread Ryan Krauss
Thanks John. The latest svn works beautifully for me now. No more svn updates for me until my thesis is submitted. Ryan On 6/18/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Ryan" == Ryan Krauss <[EMAIL PROTECTED]> writes: > > Ryan> I just did a fresh svn checkout and my legends are n

Re: [Matplotlib-users] legend not in front

2006-06-19 Thread John Hunter
> "Ryan" == Ryan Krauss <[EMAIL PROTECTED]> writes: Ryan> Thanks John. The latest svn works beautifully for me now. Ryan> No more svn updates for me until my thesis is submitted. Uh huh, just like the man who says no more drinks for me until my thesis is submitted. You know you can'

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

[Matplotlib-users] fill without label

2006-06-19 Thread aonghus
Hi,Does anyone know how to use the fill command without a label appearing in the legend box?I have something like this: plot(x, y, label = 'label1') fill(fx, fy) legend(loc = 'best')I thought this might work: fill(fx, fy, label = None)but I get this error instead: raise TypeError('text must be a st

Re: [Matplotlib-users] fill without label

2006-06-19 Thread John Hunter
> "aonghus" == aonghus <[EMAIL PROTECTED]> writes: aonghus> Hi, Does anyone know how to use the fill command without aonghus> a label appearing in the legend box? aonghus> Any suggestions? >From the legend docstring if label is set to '_nolegend_', the item will not be shown

Re: [Matplotlib-users] fill without label

2006-06-19 Thread aonghus
thanks for the suggestion- that works as expected: fill(fx, fy, label = '_nolegend_')aJohn Hunter <[EMAIL PROTECTED]> wrote: > "aonghus" == aonghus <[EMAIL PROTECTED]> writes:aonghus> Hi, Does anyone know how to use the fill command withoutaonghus> a label appearing in the legend box?

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

[Matplotlib-users] updated Ubuntu Dapper packages for numpy, matplotlib, and scipy online

2006-06-19 Thread Andrew Straw
I have updated the apt repository I maintain for Ubuntu's Dapper, which now includes: numpy matplotlib scipy Each package is from a recent SVN checkout and should thus be regarded as "bleeding edge". The repository has a new URL: http://debs.astraw.com/dapper/ I intend to keep this repository onl

Re: [Matplotlib-users] usetex: different fonts

2006-06-19 Thread Steve Schmerler
Ryan Krauss wrote: > Sorry, I didn't scroll down low enough in the message to see the png > you already attached. > > Ryan > The latest update (Darren's mail) makes the plots (exponents etc.) look just cool. Thanks! cheers, steve -- Random number generation is the art of producing pure gibber