ParaView/Users Guide/Histogram: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
(Replaced content with "{{ParaView/Template/DeprecatedUsersGuide}}")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Histogram filter produces output indicating the number of occurrences of each value from a
{{ParaView/Template/DeprecatedUsersGuide}}
chosen data array.  It takes in a vtkDataObject but the object must have either point or cell data
to operate on. The filter cannot be directly used with a table but the Table to Points filter
can be used to convert the table to a polydata for input into the Histogram filter.
The bar chart is the default view for the output of the Histogram filter.  Other views that can be used are the line chart view,
parallel coordinate view, and spreadsheet view.  The chart views are useful for observing trends in the data
while the spreadsheet view is useful for seeing exact numbers. An example Histogram filter output
in a bar chart view is shown below.
 
[[Image:ParaViewUsersGuideBarChartView.png|600px]]
 
Options for the Histogram filter are:
* Which array to process.  This can be either a point data array or a cell data array. For arrays with more than 1 component the user can specify which component to compute with respect to.  The default is the first component.
* The number of bins to put the results in as well as the range the bins should be divided from.
* An option to average other field information of the same type for each of the bins.
*Which variables are to be displayed in the view.  This is under the Display tab of the Object Inspector.

Latest revision as of 18:39, 14 January 2015

PAGE DELETED
The Users Guide has been moved from the Wiki to The ParaView Guide. Please use the history if you want to access the old version of this document.