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