From: John H. <jd...@gm...> - 2010-11-04 19:15:08
|
Appears to be branch and trunk johnh@udesktop191:pylab_examples> python demo_text_path.py Traceback (most recent call last): File "demo_text_path.py", line 71, in ? transform=IdentityTransform()) File "demo_text_path.py", line 27, in __init__ mpatches.PathPatch.__init__(self, path, **kwargs) File "/home/titan/johnh/dev/lib/python2.4/site-packages/matplotlib/patches.py", line 736, in __init__ Patch.__init__(self, **kwargs) File "/home/titan/johnh/dev/lib/python2.4/site-packages/matplotlib/patches.py", line 93, in __init__ self.set_fill(fill) File "/home/titan/johnh/dev/lib/python2.4/site-packages/matplotlib/patches.py", line 316, in set_fill self.set_facecolor(self._original_facecolor) AttributeError: 'PathClippedImagePatch' object has no attribute '_original_facecolor' |