Heatmap calculation

../../../../_images/heatmap_calculation.svg
class node_heatmap_calculation.HeatmapCalculation

This node calculates a 2D histogram or other heatmap of a given signal.

The output consists of bin edges and bin values and can for instance be used in a heatmap plot in the node Figure from Table.

This node ignores any rows in the input where one or more of the selected columns are masked.

Inputs:
in : table

Input data

Outputs:
out : table

Heatmap data

Configuration:
X data column:

Select X axis data

Y data column:

Select Y axis data

Z data column:

The data points of the z data are placed in bins according to the cooresponding values of x and y. They are then reduced to a single bin value using the selected reduction function. For “Count (histogram)” no z data column is needed.

Reduction function:

A function used on all the z data points in a bin. For “Count (histogram)” no z data column is needed.

X Bins:

Number of bins on the x axis

Y Bins:

Number of bins on the y axis

Auto range

When checked, use data range as histogram range

X min:

Set minimum X value

X max:

Set maximum X value

Y min:

Set minimum Y value

Y max:

Set maximum Y value