Re: Scientific computing and data visualization.

2006-10-08 Thread Fabian Braennstroem
Hi Bernhard, * [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> > I can definitively second that. ROOT is a bit hard to learn but very, >> > very powerful and PyRoot is really a pleasure to work with. >> >> It sounds interesting. Right now, I use matplotlib for >> 2D plotting and vtk for 3D. Do you

Re: Scientific computing and data visualization.

2006-10-08 Thread [EMAIL PROTECTED]
> > I can definitively second that. ROOT is a bit hard to learn but very, > > very powerful and PyRoot is really a pleasure to work with. > > It sounds interesting. Right now, I use matplotlib for > 2D plotting and vtk for 3D. Do you have any experience and > can give some recommendations? Hi Fabi

Re: Scientific computing and data visualization.

2006-10-07 Thread Fabian Braennstroem
Hi, * Carl Friedrich Bolz <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: >> A commonly used data analysis framework is root (http://root.cern.ch). >> It offers a object oriented C++ framework with all kind of things one >> needs for plotting and data visualization. It comes along with PyRoo

Re: Scientific computing and data visualization.

2006-10-06 Thread Carl Friedrich Bolz
[EMAIL PROTECTED] wrote: > A commonly used data analysis framework is root (http://root.cern.ch). > It offers a object oriented C++ framework with all kind of things one > needs for plotting and data visualization. It comes along with PyRoot, > an interface making the root objects available to Pyth

Re: Scientific computing and data visualization.

2006-09-13 Thread David J. Braden
Fie Pye wrote: > Hallo > > I would like to have a high class open source tools for scientific > computing and powerful 2D and 3D data visualisation. Therefore I chose > python, numpy and scipy as a base. Now I am in search for a visualisation > tool. I tried matplotlib and p

Re: Scientific computing and data visualization.

2006-09-13 Thread Claudio Grondi
Paul F. Kunz wrote: > "Fie Pye" <[EMAIL PROTECTED]> writes: > > >>Hallo >> >> I would like to have a high class open source tools for scientific >> computing and powerful 2D and 3D data visualisation. Therefore I chose >> python, numpy and scipy as a base. Now I am in search

Re: Scientific computing and data visualization.

2006-09-13 Thread Paul F. Kunz
"Fie Pye" <[EMAIL PROTECTED]> writes: > Hallo > > I would like to have a high class open source tools for scientific > computing and powerful 2D and 3D data visualisation. Therefore I chose > python, numpy and scipy as a base. Now I am in search for a visualisation > tool.

Re: Scientific computing and data visualization.

2006-09-07 Thread [EMAIL PROTECTED]
A commonly used data analysis framework is root (http://root.cern.ch). It offers a object oriented C++ framework with all kind of things one needs for plotting and data visualization. It comes along with PyRoot, an interface making the root objects available to Python. Take a look at the root manua

Re: Scientific computing and data visualization.

2006-09-06 Thread Robert Kern
Matteo wrote: > If you are working with NetCDF files, you may wish to add > ScientificPython (distinct from SciPy) to your toolset. It has a very > nice NetCDF interface. Unfortunately, it is ancient, and you would have > to install Numeric Python (ancestor to NumPy). However, it is easy to > conve

Re: Scientific computing and data visualization.

2006-09-06 Thread Fernando Perez
Matteo wrote: > One hurdle to overcome is transferring array data from Numeric/Numpy > into VTK. I have a sort of ad-hoc method to do that (mainly for volume > data). If anyone knows of any elegant solution, or a module to ease the > pain, I'd like to hear about it. https://svn.enthought.com/enth

Re: Scientific computing and data visualization.

2006-09-06 Thread Matteo
Fie Pye wrote: > Hallo > > I would like to have a high class open source tools for scientific > computing and powerful 2D and 3D data visualisation. Therefore I chose > python, numpy and scipy as a base. Now I am in search for a visualisation > tool. I tried matplotlib and py_opendx with

Re: Scientific computing and data visualization.

2006-09-06 Thread skip
Fie>I would like to have a high class open source tools for Fie>scientific computing and powerful 2D and 3D data Fie>visualisation. Therefore I chose python, numpy and scipy as Fie>a base. Now I am in search for a visualisation tool. I tried

Scientific computing and data visualization.

2006-09-06 Thread Fie Pye
Hallo I would like to have a high class open source tools for scientific computing and powerful 2D and 3D data visualisation. Therefore I chose python, numpy and scipy as a base. Now I am in search for a visualisation tool. I tried matplotlib and py_opendx with

Scientific computing and data visualization.

2006-09-06 Thread Fie Pye
Hallo I would like to have a high class open source tools for scientific computing and powerful 2D and 3D data visualisation. Therefore I chose python, numpy and scipy as a base. Now I am in search for a visualisation tool. I tried matplotlib and py_opendx with OpenDx. O