Setting and Viewing Heatmaps
Use the heatmap style to view a high concentration of data more clearly.
The heatmap, a style for XY plots, is designed to manage heavy plot data when the content would otherwise overwhelm the Symbol/Line style. Essentially, it uses the plot axes to define the rows and columns of a spreadsheet. Each cell defines a "box" whose upper and lower limits are based on a small range of both the vertical and horizontal axes.
The boxes are filled, matching your input data to the bounding range for each cell. Some boxes are empty. You can get a sense of how full each box is by using a scalar function to weight the results. If you color each cell in the spreadsheet by the weighting, you can see how the data is distributed within the XY plot.
- In the data set sub-node of the Y Type node of the plot, make sure that the Styles property is set to Heatmap. This setting activates the Heatmap Style sub-node.
-
To increase the number of data points in either the x or y direction, enter settings for the
Bins property of the
Heatmap Style node.
When you increase the number of bins, the bin values decrease since fewer cells are accumulated in each bin.
To mitigate this effect, activate the Normalize by Bin Size option in the Expert Properties. That option divides the bin value by the actual size of the bin, ensuring that increasing or decreasing the number of bins does not lead to drastic changes in the bin values.
- To activate a color bar that shows density of data, activate the Use Color Lookup Table property.
For information about more heatmap options, see Heatmap Objects Reference.