2.10.35 plottilemap

Menu Information

Plot > Map: Tile Grid Map.

Brief Information

Creat a one layer fill-only or multi-layer tile grid map.

Additional Information

Minimum Origin Version Required: 2024

Command Line Usage

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;

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input irng

Input

Range

<active>
Specify the input data columns.
  • Fill Only: XYY or XYYY columns. X and Y columns are used to locate the cells; second Y column is used to color map the cells; third Y column is optional and sued to label the cells.
  • Base Graph: A general 2D graph as base graph, a worksheet with multiple groups of plotting columns and information column label rows(or columns).
  • Other Plot Types:A worksheet with multiple groups of plotting columns and information column label rows(or columns).
Plot Type type

Input

int

0

Specify the plot type to plot the inout data:
Option list:

  • Fill Only
  • Scatter
  • Line
  • Column
  • Bar
  • Histogram
  • Base Graph

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

<optional>
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

1
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

1
Specify whether show the identifiers on the cells.
Identifier id

Input

string

<unassigned>
Select a column label row as identifiers. Only avaliable when Plot Type is not Fill Only.
Column col

Input

string

<unassigned>
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

<unassigned>
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

<none>
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

<none>
Select a column label row as the plot colors for the layers. Only avaliable when Plot Type is not Fill Only.

Description

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.