On 09/01/2010 07:57 AM, Thomas Robitaille wrote:
I have submitted a ticket:
https://sourceforge.net/tracker/?group_id=80706&atid=560720
>>>
>>> The obvious fix would be to change from patch.fill to
>>> patch.get_fill(). However, I'm curious how this code got broken.
>>
>> I broke it here
On Wed, Sep 1, 2010 at 12:57 PM, Thomas Robitaille
wrote:
I have submitted a ticket:
https://sourceforge.net/tracker/?group_id=80706&atid=560720
>>>
>>> The obvious fix would be to change from patch.fill to
>>> patch.get_fill(). However, I'm curious how this code got broken.
>>
>> I bro
>>> I have submitted a ticket:
>>> https://sourceforge.net/tracker/?group_id=80706&atid=560720
>>
>> The obvious fix would be to change from patch.fill to
>> patch.get_fill(). However, I'm curious how this code got broken.
>
> I broke it here:
> http://currents.soest.hawaii.edu/hgstage/hgwebdir
On 08/27/2010 09:09 AM, Ryan May wrote:
> On Fri, Aug 27, 2010 at 12:20 PM, Thomas Robitaille
> wrote:
>> Hi,
>>
>> The following code:
>>
>> from matplotlib.patches import Ellipse
>> from matplotlib.collections import PatchCollection
>> p = PatchCollection([Ellipse((0.5,0.5),0.2,0.1)], match_ori
On Fri, Aug 27, 2010 at 12:20 PM, Thomas Robitaille
wrote:
> Hi,
>
> The following code:
>
> from matplotlib.patches import Ellipse
> from matplotlib.collections import PatchCollection
> p = PatchCollection([Ellipse((0.5,0.5),0.2,0.1)], match_original=True)
>
> raises the following exception:
>
>