plotting wind-speed time series (was: What kind of chart should I use?)

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: matplotlib-users-bounces@lists.sourceforge.net
[mailto:matplotlib-users-bounces@lists.sourceforge.net] On
Behalf Of kc106_2005-matplotlib@...9...
Sent: Friday, May 04, 2007 9:41 AM
To: matplotlib-users@lists.sourceforge.net
Subject: [Matplotlib-users] What kind of chart should I use?

Hi list,

I have a set of time series data which is year's worth of
wind speed at a particular place (one data point per minute).
I want to see how wind speed spreads throughout the day. I
can do a scatter char with 24 hours of the day vs wind speed
but then I end up with something that's not too useful (too
many data points). What's more interesting is to present the
data as a time / wind speed / frequency plot.

The kind of plot shown in image_interp.py looks interesting.
Is there a way to combine the capability of plot_date and
imshow? If so, may be I can have hour of the day vs
wind-speed with the color be a function of the data frequency.

Thanks,

--
John Henry

--
John Henry

I don't do what you are trying to do, but I do some other weather plots,
http://www.oplnk.net/~ajackson/weather/

···

On Fri, 4 May 2007 12:15:13 -0700 (PDT) kc106_2005-matplotlib@...9... wrote:

Saw this:

Originlab GraphGallery

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?

--
-----------------------------------------------------------------------

Alan K. Jackson | To see a World in a Grain of Sand |
alan@...895... | And a Heaven in a Wild Flower, |
www.ajackson.org | Hold Infinity in the palm of your hand |
Houston, Texas | And Eternity in an hour. - Blake |

-----------------------------------------------------------------------

grab "windrose.py" at the end of this thread

http://www.nabble.com/windrose-t1392107.html

I've not used it but I think it is what you are looking for: a
windrose module for python.

JDH

···

On 5/4/07, Alan Jackson <alan@...895...> wrote:

On Fri, 4 May 2007 12:15:13 -0700 (PDT) > kc106_2005-matplotlib@...9... wrote:

> Saw this:
>
> Originlab GraphGallery
>
> 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?