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 Fabian! I

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 have any

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 PyRoot, an

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 Python.

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. I tried

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 for a

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

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

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.

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

Re: Scientific computing and data visualization.

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

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

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 convert