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
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
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
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
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
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
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
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
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.
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
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
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)
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
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
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.
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
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
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
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
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
26 matches
Mail list logo