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

layextract

Contents

Menu Information

Extract to Graphs

Brief Information

Extract specified layers to separate graph windows

Command Line Usage

1. layextract igp:=graph1 fullpage:=1;

2. layextract layer:="1:4" keep:=0;

3. layextract layer:=1:4 keep:=0;

Variables

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

Input

GraphPage

<active>

Specifies the graph to manipulate. By default, this active graph will be used as input.

Extracted Layers layer

Input

string

1:0

Specifies the layers to extract. Note: to specify multiple layers, use colon to separate the first layer and the last layer to be manipulated. For example, "1:3" means the first, second and the third layer.

Keep Source Graph keep

Input

int

1

Specifies whether or not to keep the source graph. The default is 1, which means that the source graph will be kept.

Full Page for Extracted fullpage

Input

int

0

Specifies whether to resize the layers to full page after they are extracted. The default is 0, which means that the extracted layers will not be resized.

Description

This X-Function can be used to extract graph layers to separate graph windows.

Related X-Functions

merge_graph