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 is a boolean attribute, not a function.
(Or at least it is for polygons and circles.) You only hit this if you
override the default and specify match_original=True.
Ryan
--
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel