Re: [matplotlib-devel] strange alpha legend bug

2007-03-01 Thread John Hunter
On 3/1/07, Jouni K. Seppänen [EMAIL PROTECTED] wrote: I committed the following change, which seems to fix the bug. -handles = ax.lines +handles = ax.lines[:] Wow, nasty and subtle. Good work! Now how do I get a doughnut to you in Finland :-) Any ideas Perry? JDH

Re: [matplotlib-devel] strange alpha legend bug

2007-03-01 Thread John Hunter
On 3/1/07, Perry Greenfield [EMAIL PROTECTED] wrote: What, you didn't like the way I did it? ;-) Actually, I think I saved that in the freezer still in the envelope as a memento -- maybe I can just send that one on to save the dollar! JDH

[matplotlib-devel] strange alpha legend bug

2007-02-28 Thread John Hunter
a doughnut to the developer who can figure this one out for me! If you resize the figure window slightly, the alpha channel gets whacked on the rectangles. This only happens if the legend is added to the axes -- comment that out and the alpha channel is fine. I suspect we are screwing up