ParaView/Users Guide/Histogram: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "The Histogram filter produces output indicating the number of occurrences of each value from a chosen data array. It takes in a vtkDataObject but the object must have either poi...")
 
No edit summary
Line 5: Line 5:
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,
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
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.
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:
Options for the Histogram filter are:

Revision as of 21:14, 9 February 2011

The Histogram filter produces output indicating the number of occurrences of each value from a 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.

ParaViewUsersGuideBarChartView.png

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.