Re: [matplotlib-devel] Contourf draws contour lines

2008-04-19 Thread Stéfan van der Walt
Hi Eric On 18/04/2008, Eric Firing <[EMAIL PROTECTED]> wrote: > It doesn't on my machine with backend GtkAgg, and I have never seen this > behavior. What backend are you using? Odd, I'm using matplotlib 0.98pre (svn) with GTKAgg (gtk 2.12.8, pygtk 2.12.1) on an OSX machine. Btw, matplotlib doe

Re: [matplotlib-devel] Contourf draws contour lines

2008-04-19 Thread Eric Firing
Stéfan van der Walt wrote: > Hi Eric > > On 18/04/2008, Eric Firing <[EMAIL PROTECTED]> wrote: >> It doesn't on my machine with backend GtkAgg, and I have never seen this >> behavior. What backend are you using? > > Odd, I'm using matplotlib 0.98pre (svn) with GTKAgg (gtk 2.12.8, pygtk Very od

Re: [matplotlib-devel] contour and alpha

2008-04-19 Thread Eric Firing
Stephane Raynaud wrote: > Hi, > > I think that "collection._alpha = self.alpha" (or something better) > are missing in ContoutSet.__init__, because _alpha from collections > (Line or Poly) overrides the alpha value the color of > "collection.set_color(color)" found in method "changed" of ContourSe