plotting with Python

Leonard J. Reder reder at jpl.nasa.gov
Tue May 31 14:36:02 EDT 2005


Hi Philippe,

You may want to look at HippoDraw application.  The web site is 
http://www.slac.stanford.edu/grp/ek/hippodraw/.  I have used both
the C++ api and python bindings.  They have a layer of python called
hippoplotter.py to make it easy to instance the basic plotting canvase
and place multiple plots on it.  This tool is built on Qt and it was
very easy for me to get going with it.

Maybe worth looking at.

Len

Philippe C. Martin wrote:

> Look at wxPython
> 
> Regards,
> 
> Philippe
> 
> 
> 
> Rolf Wester wrote:
> 
> 
>>Hi,
>>
>>I have a Python console application that is intended to be used
>>interactively and I have to add plotting capabilities (multiple XY plots
>>and if possible 2D-surface plots). I'm loocking for a reasonably fast
>>plotting library (not GPL'ed, needs not be for free) that can be used
>>under Windows. An alternative would also be a standalone application
>>that can be controlled via TCP/IP from my Python application. I tried
>>matplotlib but this is not fast enough (especially under Windows). I
>>considered PyQwt but this is GPL'ed. So I would be very appreciative for
>>any help.
>>
>>With kind regards
>>
>>Rolf Wester
> 
> 

-- 
____________________________________________________
Leonard J. Reder
Jet Propulsion Laboratory
Interferometry Systems and Technology Section 383
Email: reder at huey.jpl.nasa.gov
Phone (Voice): 818-354-3639
Phone (FAX): 818-354-4357
Mail Address:
Mail Stop: 171-113
4800 Oak Grove Dr.
Pasadena, CA. 91109
---------------------------------------------------



More information about the Python-list mailing list