Plot > Map: Tile Grid Map.
Creat a one layer fill-only or multi-layer tile grid map.
Minimum Origin Version Required: 2024
plottilemap show:=0;
plottilemap type:=basegraph gl:=[Graph1]1 id:=L col:=D row:=D2;
plottilemap type:=scatter id:=L col:=D row:=D2 bg:=D3;
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify the input data columns.
|
Plot Type | type |
Input int |
|
Specify the plot type to plot the inout data:
Fill Only will create a one-layer tile gird map; other plot types will create a multi-layer tile grid map. |
Base Graph | gl |
Input GraphLayer |
|
Specify the base graph layer when you set Plot Type to Base Graph. This base graph layer will be treated as a template to create all the layers. |
Share Axis Scale | scale |
Input int |
|
Specify whether share the axis scale for all layers when you create a multi-layer tile grid map. Only avaliable when Plot Type is not Fill Only. |
Show Identifier | show |
Input int |
|
Specify whether show the identifiers on the cells. |
Identifier | id |
Input string |
|
Select a column label row as identifiers. Only avaliable when Plot Type is not Fill Only. |
Column | col |
Input string |
|
Select a column label row as the column orders of the layer arrangment. Only avaliable when Plot Type is not Fill Only. |
Row | row |
Input string |
|
Select a column label row as the row orders of the layer arrangment. Only avaliable when Plot Type is not Fill Only. |
Layer Background | bg |
Input string |
|
Select a column label row as the background colors for the layers. Only avaliable when Plot Type is not Fill Only. |
Plot Color | color |
Input string |
|
Select a column label row as the plot colors for the layers. Only avaliable when Plot Type is not Fill Only. |
This X-Function is used to create a fill-only or multi-layer tile grid map. You can refer to the Origin Help page to learn the details about how this X-Function works and creates the tile gird map.