Re: [Matplotlib-users] Legend bug with patches?

2006-09-27 Thread John Hunter
> "Scott" == Scott Ransom <[EMAIL PROTECTED]> writes: Scott> Hi All, I think I might have uncovered a bug in the legend Scott> code when using multiple patches so that only the first Scott> patch type is used in the legend. Scott> In [41]: matplotlib.__version__ Out[41]: '0.87

[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: