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

[matplotlib-devel] contour and alpha

2008-03-25 Thread Stephane Raynaud
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 ContourSet. Therefore, alpha doesn't work for