[Matplotlib-users] windrose OO

2008-09-11 Thread Lionel Roubeyrie
Hi all, with few free hours, I have modified the windrose file to be O.O. compliant with the 0.98 matplotlib branch and normally bug free. The next posts will be on sourceforge : https://sourceforge.net/project/showfiles.php?group_id=239240&package_id=290902 and to see it in detail, here is the e

Re: [Matplotlib-users] windrose OO

2008-08-18 Thread Lionel Roubeyrie
Hi, sorry for the latency, holidays just finished :-( Find with this message a modified version of windrose_oo, but I'm not very familiar with the new projections facilities, and then the code is buggy : ## Traceback (most recent call last): File "windrose_oo.py",

Re: [Matplotlib-users] windrose OO

2008-08-11 Thread John Hunter
On Mon, Aug 11, 2008 at 3:51 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Christopher Barker wrote: >> Is there a guide to translating code from the old to new Transforms >> structure? > Yes, in the API_CHANGES file, in the source distribution. (I'd link to > SVN, but it seems Sourceforge'

Re: [Matplotlib-users] windrose OO

2008-08-11 Thread John Hunter
On Mon, Aug 11, 2008 at 3:51 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Christopher Barker wrote: >> Is there a guide to translating code from the old to new Transforms >> structure? > Yes, in the API_CHANGES file, in the source distribution. (I'd link to > SVN, but it seems Sourceforge'

Re: [Matplotlib-users] windrose OO

2008-08-11 Thread Michael Droettboom
Christopher Barker wrote: > Is there a guide to translating code from the old to new Transforms > structure? > Yes, in the API_CHANGES file, in the source distribution. (I'd link to SVN, but it seems Sourceforge's SVN browser is down.) Cheers, Mike ---

Re: [Matplotlib-users] windrose OO

2008-08-11 Thread Christopher Barker
Christopher Barker wrote: > have you ported it over yet? Can anyone else help out with a port? Note: it looks pretty easy, if yu know what you are doing: from matplotlib.transforms import Interval, Value Then in the code, I inly see Interval and Value used here: self.rintv = Interval(V

Re: [Matplotlib-users] windrose OO

2008-08-11 Thread Christopher Barker
Lionel Roubeyrie wrote: find with this message a modified version of windrose to be OO compliant. Lionel, I've had this message of yours (from March), and finally had a chance to use it. Unfortunately, it seems to use the old Transforms mechanism, so won't work with the latest MPL. have

Re: [Matplotlib-users] windrose OO

2008-03-26 Thread Alan G Isaac
On Wed, 26 Mar 2008, Lionel Roubeyrie apparently wrote: > [Attachment: windrose_oo.py : APPLICATION/X-PYTHON, 28502 bytes] Thanks for the update. Cheers, Alan Isaac - Check out the new SourceForge.net Marketplace. It's t

[Matplotlib-users] windrose OO

2008-03-26 Thread Lionel Roubeyrie
Hi all, find with this message a modified version of windrose to be OO compliant. It uses inheritance from PolarAxes to create a WindroseAxes, with 4 methods (contour, contourf, bar and box). BTW it's now possible to control it like any other axes, with the limitation of subploting (subplot is t