Re: plotting with Python

2005-06-01 Thread Fernando Perez
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) th

Re: plotting with Python

2005-06-01 Thread Magnus Lyck?
Rolf Wester <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Philippe C. Martin wrote: > > Look at wxPython > I will do it, thank you for your reply. What you want specifically for the drawing in wx is probably a Device Context. (Typically a wxClientDC, but you might want to swa

Re: plotting with Python

2005-05-31 Thread Leonard J. Reder
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 mult

Re: plotting with Python

2005-05-31 Thread Rolf Wester
[EMAIL PROTECTED] wrote: > We use dislin in my lab. I don't think it's GPL... > > http://www.linmpi.mpg.de/dislin > Hi, thank you for your reply. I tried dislin but this didn't work very well for me. But I will try it again. Regards Rolf -- http://mail.python.org/mailman/listinfo/python-li

Re: plotting with Python

2005-05-31 Thread Rolf Wester
Philippe C. Martin wrote: > Look at wxPython > > Regards, > > Philippe > > I will do it, thank you for your reply. Rolf > > 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

Re: plotting with Python

2005-05-30 Thread [EMAIL PROTECTED]
We use dislin in my lab. I don't think it's GPL... http://www.linmpi.mpg.de/dislin -- http://mail.python.org/mailman/listinfo/python-list

Re: plotting with Python

2005-05-30 Thread Philippe C. Martin
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 librar