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>;
Input
int
Option list:
Range
string
Output
GraphLayer
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.
plotmv, plot_heatmapxyz