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)
> [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?


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] build error on solaris

2007-05-05 Thread Daniel Fan
I have finally successfully installed Matplotlib on
solaris. Let me put
my steps here for reference.

# set environmental variables
CFLAG="-I/development/SUNWspro/include"
LDFLAG="-L/development/SUNWspro/include -lCstd"
# my CC and cc are in the directory
/development/SUNWspro/bin.
#"-lCtd" is needed, otherwise libstdc  .so would be
used instead of
libCstd.so and you would get symbol relocation errors
on importing pylab.

# as the building use the $CC for compiling .c, .cxx,
.cpp file, we have
to change $CC in the building
CC=CC python setup.py build
CC=cc python setup.py build
CC=CC python setup.py build
CC=cc python setup.py build
CC=CC python setup.py build
CC=cc python setup.py build

# finally we are ready to install
python setup.py install

I hope it helps others who want to install Matplotlib
on solaris. It
took me a long time to figure out what was causing the
"no imput file
found" error and the "symbol relocation error".

Daniel




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Segmentation Fault TkAgg backend

2007-05-05 Thread Samuel M. Smith
I have been using WXAgg but I have had better success using TkAgg for  
animations.
So I tried TkAgg and get a segmentation fault. I haven't used it in a  
while so I don't know
when it stopped working. I have ipython 0.80  OS x 10.4.9  
scipysuperpack with MPL 0.90.0


anyone have any idea or used TkAgg lately?


backend TkAgg version 8.4
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
Type "copyright", "credits" or "license" for more information.

IPython 0.8.0 -- An enhanced Interactive Python.
?   -> Introduction to IPython's features.
%magic  -> Information about IPython's 'magic' % functions.
help-> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

  Welcome to pylab, a matplotlib-based Python environment.
  For more information, type 'help(pylab)'.

In [1]: plot([1,2,5])
Segmentation fault
albook:samuel$



**
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Anyone using TkAgg on OS X successfully

2007-05-05 Thread Samuel M. Smith
Anyone using TkAgg on OSX 10.4 with MPL 0.90.0 and Python 2.5  
successfully?


**
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Animation with WX on OSX

2007-05-05 Thread Samuel M. Smith
Anyone able to "see" an animation using WXAgg 2.6 or otherwise on OS  
X 10.4 python 2.5 mpl 0.90.0
I can save figures and make a movie but nothing shows in the figure  
window until the animation is over.

even the example anim.py has the same behavior.

I have only been able to get it to work with tkAgg but that is seg  
faulting now.


**
Samuel M. Smith Ph.D.
2966 Fort Hill Road
Eagle Mountain, Utah 84005-4108
801-768-2768 voice
801-768-2769 fax
**
"The greatest source of failure and unhappiness in the world is
giving up what we want most for what we want at the moment"
**


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users