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;
Input
Range
int
Specify the plot type to plot the inout data: Option list:
Fill Only will create a one-layer tile gird map; other plot types will create a multi-layer tile grid map.
GraphLayer
string
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.