Re: [Matplotlib-users] plotting wind-speed time series

2007-05-10 Thread Lionel Roubeyrie
Good news. When the next "production" version will be released? Le Jeudi 10 Mai 2007 15:47, John Hunter a écrit : > I recently added legend support for polar to matplotlib svn. > > JDH > > - > This SF.net email is sponsored b

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-10 Thread John Hunter
On 5/10/07, Lionel Roubeyrie <[EMAIL PROTECTED]> wrote: > It's PyQt3, I hope using PyQt4 in a future release. I'm also going to make > some changes in the windfreq part, don't sure to keep missing values is good > for the computation. For the moment, my major problem is the legend, because > polar

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread Lionel Roubeyrie
It's PyQt3, I hope using PyQt4 in a future release. I'm also going to make some changes in the windfreq part, don't sure to keep missing values is good for the computation. For the moment, my major problem is the legend, because polar axes don't have one, so I must use figlegend, and it's not ve

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread kc106_2005-matplotlib
ay 09, 2007 12:13 AM > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] plotting wind-speed time series > > > Hi John, > sorry for the latency, 08 may is a special day in France. > Derek gives you a good example of how to use windrose, in > additi

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-09 Thread Christopher Barker
Lionel Roubeyrie wrote: > PS: I'm working on a graphical interface for windrose, don't know when I can > finalyse it, maybe for the next month. I set a screenshot here. pretty cool. Is that pyGTK or wxPython? Keep us apprised, this looks nice, and I think I could use it (though I need wxPython)

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread kc106_2005-matplotlib
ubject: Re: [Matplotlib-users] plotting wind-speed time series > > > [EMAIL PROTECTED] writes: > > > > I have not received a response from the author. Could you please > > post version 5 of windrose.py? > > The Gmane search page is a great resource for this k

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread Philip Austin
[EMAIL PROTECTED] writes: > > I have not received a response from the author. Could you please > post version 5 of windrose.py? The Gmane search page is a great resource for this kind of thing: http://search.gmane.org/?query=windrose&author=Lionel+Roubeyrie&group=gmane.comp.python.*&sort=da

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-08 Thread kc106_2005-matplotlib
Derek, When you say "on version 5", do you mean windrose itself is on version 5? May be that's why in your sample code, you invoked windrose via: freq,ax=windrose.windplot(ventV,ventD,counts=False,speed_classes=[0.1,0.2,0.3,0.4,0.5],sectors=8,style='bar2') but the version of windrose from John

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-07 Thread Derek Hohls
John If you look through the thread, you will see I have responded before saying I that had used this code successfully. I did not find any detailed documentation necessary... the program is really self- explanatory and well-commented. Here is a sample that works for me: from pylab import *

Re: [Matplotlib-users] plotting wind-speed time series

2007-05-07 Thread kc106_2005-matplotlib
Thanks to everybody that responded to my question. After looking at the different options, I do agree that windrose.py fits my need the best. Unfortunately, there is insufficient information embedded in the code to the point where I can use it. I sent the author a email requesting more info a

Re: [Matplotlib-users] plotting wind-speed time series (was: What kind of chart should I use?)

2007-05-05 Thread Derek Hohls
I would suggest contacting the author directly. windrose.py is on version 5 (AFAIK). I have used it on a project and it works well. Derek >>> "John Hunter" <[EMAIL PROTECTED]> 05/04/07 10:34 PM >>> On 5/4/07, Alan Jackson <[EMAIL PROTECTED]> wrote: > On Fri, 4 May 2007 12:15:13 -0700 (PDT) > [E

Re: [Matplotlib-users] plotting wind-speed time series (was: What kind of chart should I use?)

2007-05-04 Thread John Hunter
On 5/4/07, Alan Jackson <[EMAIL PROTECTED]> wrote: > On Fri, 4 May 2007 12:15:13 -0700 (PDT) > [EMAIL PROTECTED] wrote: > > > Saw this: > > > > http://www.originlab.com/www/products/GraphGallery.aspx?GID=26&s=8&lm=215 > > > > Since I am not interested in wind direction, may be I can use stacked >

Re: [Matplotlib-users] plotting wind-speed time series (was: What kind of chart should I use?)

2007-05-04 Thread Alan Jackson
On Fri, 4 May 2007 12:15:13 -0700 (PDT) [EMAIL PROTECTED] wrote: > Saw this: > > http://www.originlab.com/www/products/GraphGallery.aspx?GID=26&s=8&lm=215 > > Since I am not interested in wind direction, may be I can use stacked > bar-chart. Still, how would I tie plot_data with it though? I

Re: [Matplotlib-users] plotting wind-speed time series (was: What kind of chart should I use?)

2007-05-04 Thread kc106_2005-matplotlib
Saw this: http://www.originlab.com/www/products/GraphGallery.aspx?GID=26&s=8&lm=215 Since I am not interested in wind direction, may be I can use stacked bar-chart. Still, how would I tie plot_data with it though? Regards, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM