[Paraview] Getting Paraview to work with SAGE

2009-01-19 Thread Johannes Reichold
Hello everyone, I'm trying to get paraview to work with SAGE (http://www.sagemath.org/), an open source mathematics software based on the python language. Ideally, I would like to do my data manipulation etc. in SAGE, connect from SAGE promt (which is an ipython promt) to the paraview server,

Re: [Paraview] Getting Paraview to work with SAGE

2009-01-19 Thread Berk Geveci
Hi Johannes, Can you be more specific about what you mean by compatibility problems? Does SAGE have its own Python? Where is it installed? -berk On Mon, Jan 19, 2009 at 6:37 AM, Johannes Reichold reich...@ifd.mavt.ethz.ch wrote: Hello everyone, I'm trying to get paraview to work with SAGE

Re: [Paraview] How can someone insert an image to animation?

2009-01-19 Thread Moreland, Kenneth
The main question was: How could someone insert graphical object (*.png, *.eps) (for example legend which had been painted in Photoshop or text from Tex) into the ParaView stage? In case it was not clear before, you can load up a .png file just like any other data file (File - Open). You can

[Paraview] VTK 5.4 Release (Please Read!)

2009-01-19 Thread Bob Obara
In the next couple weeks we are planning to start the process of creating the 5.4 version of VTK. If you have tests on the main branch that are currently failing on the dashboard please take the time correct them next week. Please hold off committing any changes that you will not be able fully

[Paraview] Transform filter [setting the value of the Trasform property to transform3]

2009-01-19 Thread Jorge Mario Mazo
Hi there I'm trying to use the transformFilter, and show it in the pipeline properly here http://paraview.org/OnlineHelpCurrent/TransformFilter.html The value must be set to one of the following: Transform3. for the Transform property but I dont know how to set it to that value, all I can set

Re: [Paraview] pvrenderserver with MPI or without MPI?

2009-01-19 Thread Shigenobu Hirose
Hi Berk, Thank you for the information. It looks fine for my current purpose. But, I think I haven't yet understood how pvrenderserver works in parallel. Does it still use MPI?; for example, if I had multiple graphics cards, say 4 cards, should I do like this?: % mpirun -np 8 pvdataserver %