Plot > Contour: Heatmap
Create a Heat map base on XY data
Minimum Origin Version Required: Origin 2019b
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | iy |
Input XYRange |
|
The input data range. |
X | x |
Input TreeNode |
|
Specify the options for X binning range. See More Information section below for more details. Note: The treenode is disabled when X and Y input data are categorical/text data. In the case, each bin is a category |
Y | y |
Input TreeNode |
|
Specify the options for Y binning range. See More Information section below for more details. Note: The treenode is disabled when X and Y input data are categorical/text data. In the case, each bin is a category |
Data Identifier | label |
Input string |
|
Specify the identifiers to be used for axis title |
Quantity to Compute | stats |
Input int |
|
Option list:
|
Column to Compute Quantity | base |
Input int |
|
Option list:
|
Output Worksheet | rd |
Output ReportData |
|
Worksheet of binned results |
Template | template |
Input string |
|
Template to be used to create heatmap |
Options Tree Details
The x tree specifies the options for X binning range. In the mean time, the y tree specifies the options for Y binning range.
Syntax: x.Treenode:=<value>
Example:
Treenode | Label | Type | Default | Description |
---|---|---|---|---|
bin | Specify Binning Range by | int | 1 | Specify how to define the X binning range. Options:
|
min | Minimum Bin Center/Minimum Bin Beginning | double | <auto> | Specify the minimum value for the X bin center/beginning. |
max | Maximum Bin Center/Maximum Bin End | double | <auto> | Specify the maximum value for the X bin center/end. |
stepby | Step by | int | 0 | Specify how to step the bins. Options:
|
inc | Bin Size | double | <auto> | Editable when Step by is Bin Size. Specifies the fixed step size for X bins. |
intervals | Number of Bins | int | <auto> | Editable when Step by is Number of Bins. Specifies the number of X bins. |