OriginLab Corporation - Scientific Graphing and Data Analysis Software - 2D graphs, 3D graphs, Contour Plots, Statistical Charts, Data Exploration, Statistics, Curve Fitting, Signal Processing, and Peak Analysis

laycopyscale

Contents

Brief Information

Copy scale from one layer to another layer

Command Line Usage

1. laycopyscale igl:=1 dest:=2 axis:=1;

2. laycopyscale igp:=graph1 igl:=3 dest:=2;

Variables

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

Input

GraphPage

<active>

Specifies the graph to manipulate.

Input Graph igl

Input

GraphLayer

Layer1

Specifies the source layer.

Destination Layer dest

Input

string

<unassigned>

Specifies the destination layer.

Axis axis

Input

int

0

Specifies the axis scale to copy. The default is All.

Description

This X-Function can be used to copy axes scales from one layer (the source layer) to another layer (the destination layer) in the same graph page.

Related X-Functions

laysetscale, laymanage, laylink