[Paraview] histogram

2011-01-25 Thread Nima Emadi
Dear all, I have a CSV file per snapshot which contains two large columns of data. I'd like to make histogram of those data. The idea is to have the animation of the histogram + the main visualisation in the same frame. I don't know how to build the input data needed for the histogram filter. Does

Re: [Paraview] histogram

2011-01-26 Thread David E DeMarle
The Histogram filter requires a vtkDataSet on its input. vtkTable is not one since Tables have no inherent shape in a 3D space. The Table To Points and Table To Structured Grid filters convert vtkTables to vtkDataSets, but in either case you need to tell the filter which columns from the table it

[Paraview] Histogram Question

2011-07-05 Thread Ari Adland
I apologize in advance if the answer to this question is obvious, but I wasn't able to find the answer in any forums on the web. I have imported a time series of data structured points vtk files into paraview. I wish to make a movie of a histogram of the data in time. However, there is a subset

Re: [Paraview] Histogram Question

2011-07-11 Thread Utkarsh Ayachit
Try applying the Threshold filter to remove all points outside your range of interest and then apply the histogram filter to the result of the threshold filter. Utkarsh Sent from my iPad On Jul 5, 2011, at 11:18 PM, Ari Adland wrote: > I apologize in advance if the answer to this question

[Paraview] histogram on single row for point data

2012-06-05 Thread Brad Eric Hollister
Hi, Is there a way to select a single row in the spread sheet view so that one can perform a histogram filter on it? Specifically, I have a structured grid. I have multiple data arrays associated with each point in the grid. I want to find the distribution / histogram of a single point in the