Re: [matplotlib-devel] Bug in PatchCollection
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
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