Re: graphing/plotting with python and interface builder

2008-02-24 Thread Diez B. Roggisch
Jacob Davis schrieb: > I found SM2DGraphView, but I guess that I am too much of a newbie with > interface builder and pyobjc to figure out how to get SM2DGraphView to > work. Are there any good tutorials (or better yet, examples) of how to > get SM2DGraphView to work? > > I don't know pyobjc w

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Jacob Davis
I found SM2DGraphView, but I guess that I am too much of a newbie with interface builder and pyobjc to figure out how to get SM2DGraphView to work. Are there any good tutorials (or better yet, examples) of how to get SM2DGraphView to work? I don't know pyobjc well at all. Thanks Jake On

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Jacob Davis
Thanks for the reply. I have wxPython installed and have used it. with wx I have just been using the wx.lib.plot module and the graphing is fine (although in other posts I note some focus issues). I have been looking at moving to using interface builder 3.0 and building Cocoa apps because

Re: graphing/plotting with python and interface builder

2008-02-23 Thread Diez B. Roggisch
Jacob Davis schrieb: > Hi. > > I am developing for mac and using Xcode and Interface Builder 3.0. I > can make a simple application, but I am having a hard time trying to > figure out a good way to create a graph or plot for a class project. > > Does anybody have any tips on where to get start

Re: graphing/plotting with python and interface builder

2008-02-22 Thread Peter Wang
On Feb 22, 10:08 pm, Jacob Davis <[EMAIL PROTECTED]> wrote: > Hi. > > I am developing for mac and using Xcode and Interface Builder 3.0. I > can make a simple application, but I am having a hard time trying to > figure out a good way to create a graph orplotfor a class project. > > Does anybody ha

graphing/plotting with python and interface builder

2008-02-22 Thread Jacob Davis
Hi. I am developing for mac and using Xcode and Interface Builder 3.0. I can make a simple application, but I am having a hard time trying to figure out a good way to create a graph or plot for a class project. Does anybody have any tips on where to get started, or on how to do this? I ha

Re: 3D plotting with python 2.5 on win32

2007-12-22 Thread gsal
On Dec 20, 1:24 pm, Peter Wang <[EMAIL PROTECTED]> wrote: > On a side note, we are almost done putting together an updated one- > click installer of python + packages for scientific computing.  This > will be based on Python 2.5, will include most of what was included in > the 2.4.3-based installe

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread sturlamolden
On 22 Des, 03:19, sturlamolden <[EMAIL PROTECTED]> wrote: > If you are going to do 3D plotting of data, the tool to use is VTK. It > is the de facto standard for 3D scientific/technical visualization, > regardless of programming language. VTK has Python bindings, but you > need to build the librar

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread sturlamolden
On 19 Des, 15:15, anton <[EMAIL PROTECTED]> wrote: > Package/Lib to do 3D plotting out of the box. > > I know matplotlib. If you are going to do 3D plotting of data, the tool to use is VTK. It is the de facto standard for 3D scientific/technical visualization, regardless of programming language.

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread anton
Hi Peter, I tried it, but I have problems downloading with easy_setup. If I download files with firefox and a downloadmanager it works (I also ha transferrates of 3kB/s which is quite slow) > easy_install -fhttp://code.enthought.com/enstaller/eggs/windows/xp > VTK enthought.mayavi[nonets] My qu

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread anton
Hi Peter, > have setuptools installed. Then, you should run: > > easy_install -fhttp://code.enthought.com/enstaller/eggs/windows/xp > VTK enthought.mayavi[nonets] > > It's important to include "[nonets]" so that you will get scipy and > numpy as well. I have already scipy 0.6.0 and numpy 1.0.4 i

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread Peter Wang
On Dec 19, 8:15 am, anton <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to know if some of you knows a > - working > - actual > - out of the box (for me: binaries available) > Package/Lib to do 3D plotting out of the box. > There is MayaVi from enthon but you need to use their python (2.4.3)

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread Jason
On Dec 20, 8:48 am, anton <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I know ctypes, my problem is not PyOpenGL itself, > but during my tests with different python based 3D tools, > some of them depend on PyOpenGL and since PyOPenGL > is only available for python 2.4 the story ends here. > > So

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread anton
Hi Jason, I know ctypes, my problem is not PyOpenGL itself, but during my tests with different python based 3D tools, some of them depend on PyOpenGL and since PyOPenGL is only available for python 2.4 the story ends here. Sorry I don't actually remember exactly what tool it was, I tried out

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread anton
Hi Marek, thanks for the link .. I knew VPython already by I forgot it ( the last time it was only python 2.4 compatible) but as I see they support python 2.5 now ;-) I will check it and thanks again. Anton > Hi anton, > >Have you take a look at vpython? Here's their > website:http://www.

Re: 3D plotting with python 2.5 on win32

2007-12-19 Thread Jason
On Dec 19, 7:15 am, anton <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to know if some of you knows a > > - working > > - actual > > - out of the box (for me: binaries available) > > Package/Lib to do 3D plotting out of the box. > > I know matplotlib. > > There is MayaVi from enthon but yo

Re: 3D plotting with python 2.5 on win32

2007-12-19 Thread markacy
On 19 Gru, 15:15, anton <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to know if some of you knows a > > - working > > - actual > > - out of the box (for me: binaries available) > > Package/Lib to do 3D plotting out of the box. > > I know matplotlib. > > There is MayaVi from enthon but you

3D plotting with python 2.5 on win32

2007-12-19 Thread anton
Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. I know matplotlib. There is MayaVi from enthon but you need to use their python (2.4.3), all other stuff need picking sources etc

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

plotting with Python

2005-05-30 Thread Rolf Wester
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