On 11/04/2010 02:38 PM, Jae-Joon Lee wrote:
> On Fri, Nov 5, 2010 at 9:19 AM, Jae-Joon Lee wrote:
>> Eric, it seems to be happened because the "_original_facecolor"
>> property that you introduced is not initialized in __init__ method but
>> in the set_facecolor method. Is there any reason that th
On Fri, Nov 5, 2010 at 9:19 AM, Jae-Joon Lee wrote:
> Eric, it seems to be happened because the "_original_facecolor"
> property that you introduced is not initialized in __init__ method but
> in the set_facecolor method. Is there any reason that this cannot be
> initialized in the __init__ method
This seems to be related to the recent change by Eric.
I just submitted a modified version of demo_text_path.py.
Eric, it seems to be happened because the "_original_facecolor"
property that you introduced is not initialized in __init__ method but
in the set_facecolor method. Is there any reason t
Appears to be branch and trunk
jo...@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, **k