[Matplotlib-users] Legend bug with patches?

2006-09-26 Thread Scott Ransom
Hi All, I think I might have uncovered a bug in the legend code when using multiple patches so that only the first patch type is used in the legend. In [41]: matplotlib.__version__ Out[41]: '0.87.5' (that is revision 2782 from SVN) Here is some code that shows the problem:

Re: [Matplotlib-users] Contours + alpha channel?

2006-08-31 Thread Scott Ransom
ursday 31 August 2006 13:50, Eric Firing wrote: > Scott, > > Please send a minimal example that I can use as a test case. This > sounds vaguely familiar. > > Thanks. > > Eric > > Scott Ransom wrote: > > Hi All, > > > > I'm using matplotlib (with agg

[Matplotlib-users] Contours + alpha channel?

2006-08-31 Thread Scott Ransom
Hi All, I'm using matplotlib (with agg backends) from recent svn: In [63]: matplotlib.__version__ Out[63]: '0.87.4' and I can't seem to get contour() or contourf() to utilize the alpha keyword. No matter what value I set, alpha=1.0 on the output. Alpha in general works fine, as the scatter_dem