Plot > Contour : Heatmap with Split Tiles
Create grouped heatmap with multiple info in same cell
Minimum Origin Version Required: Origin 2024
plotmultivm rowpos:=label label:="Long Name" colpos:=selcol1 ogl:=<new template:=Heat_Map_Multi_var>;
plotmultivm datatype:=sheet irng:=[Book2](Pearson1,Spearman1,Kendall1) rowpos:=label label:="Long Name" colpos:=selcol1 ogl:=<new template:=Heat_Map_Multi_var>;
plotmultivm datatype:=vm irng:=VM1|VM2|VM3|VM4 ogl:=<new template:=Heat_Map_Multi_var>;
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Data Type | datatype |
Input int |
|
Option list:
|
Input | irng |
Input Range |
|
Specify Z-values to plot. |
Data Layout | format |
Input int |
|
Specify which way to set the X- and Y-values.
Option list:
|
rowpos |
Input int |
|
Specify the row for Y(or X)-values. Whether Y or X-values are specified is determined by the value of format.
Option list:
| |
rowrng |
Input Range |
|
Specify a row for Y(or X)-values. rowrng should be specified only when rowpos is set to 4. | |
Column Label | label |
Input string |
|
Specify a string for Column Label whose row is used as Y(or X)-values. label should be specified only when rowpos is set to 3. It needs to use a single character to specify the column label row in script. |
rowtype |
Input string |
|
Specify the data format of the X/Y data. This variable is only accessible when the rowpos variable is not set to 0 (None). | |
Column | colpos |
Input int |
|
Specify the column for X(or Y)-values. Whether X or Y-values are specified is determined by the value of format.
Option list:
|
Column | colrng |
Input Range |
|
Specify a column for X(or Y)-values. colrng should be specified only when colpos is set to 4. |
Column | coltype |
Input string |
|
Specify the data format of the X/Y data. This variable is only accessible when colpos variable is not set to 0 (None). |
X Title | xtitle |
Input string |
|
Specify the X-axis title. |
Y Title | ytitle |
Input string |
|
Specify the Y-axis title. |
Z Title | ztitle |
Input string |
|
Specify the Z-axis title. |
Virtual Matrix Name | vmname |
Input string |
|
Specify the name of virtual matrix. |
Plot Type | type |
Input int |
|
Specify the plot type for 3D or contour graph. |
Output Graph | ogl |
Output GraphLayer |
|
Specify the graph layer to add plots. |
This X-Function is used to plot Heatmap with Split Tiles from XYY... virtual matrix data stored in the worksheet(s) or existing virtual matrices. Another X-Function plot_heatmapxyz can be used to created the Heatmap with Split Tiles from XYZ dataset.