Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Eric Firing
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

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Ryan May
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

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-09-01 Thread Thomas Robitaille
>>> 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

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-08-27 Thread Eric Firing
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

Re: [matplotlib-devel] Issue with Ellipses and PatchCollections

2010-08-27 Thread Ryan May
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: > >