[Paraview] Delete data and free memory with the python shell

2015-06-03 Thread Bertrand Gazanion
Dear all, I have problems understanding how to delete data from paraview using the python shell. The method I am using is the following : #-- delete everything but the sources for f in GetSources().values(): print f if f.GetProperty(Input) is not None:

Re: [Paraview] Import h5py in python shell

2015-06-03 Thread Jean-Michel
As it turns out, my python installation is 32 bits, which I wasn't aware of (checked it with platform.architecture). Loading h5py in the python shell from ParaView 32 bits works fine after extending sys.path. Anyway, thank you very much for your help. Jean-Michel De : Utkarsh Ayachit

Re: [Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Utkarsh Ayachit
Not in the same view, but the Comparative versions of the line/bar chart views allow you see multiple timesteps side by side. You can use the Comparative View Inspector to add Time as the parameter to compare and then setup the timestep values of interest for each of the views. Utkarsh On Wed,

Re: [Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Alex Lindsay
I'm getting a segmentation fault when I click on Line Chart View (Comparative). Is this is a problem anyone else has had in the past? Any quick suggestions? On 06/03/2015 10:37 AM, Utkarsh Ayachit wrote: Not in the same view, but the Comparative versions of the line/bar chart views allow you

[Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Alex Lindsay
Hi all, Is it possible to display data from one variable for multiple time steps on one xy-plot? Obviously I can play the default animation that's created when I open the file; that's one way to see how the variable changes with time. But I'm interested in being able to look at multiple time