Re: [matplotlib-devel] Bug in PatchCollection

2008-07-13 Thread Eric Firing
Ryan May wrote: > Hi, > > I just hit a bug in PatchCollection, at line 891 in collections.py: > > if match_original: > def determine_facecolor(patch): > if patch.fill(): > return patch.get_facecolor() > return [0, 0, 0,

[matplotlib-devel] Bug in PatchCollection

2008-07-13 Thread Ryan May
Hi, I just hit a bug in PatchCollection, at line 891 in collections.py: if match_original: def determine_facecolor(patch): if patch.fill(): return patch.get_facecolor() return [0, 0, 0, 0] The problem is that patch.fill