2.10.12 plot_lineser


Menu Information

Plot: 2D: Line + Symbol: Line Series

Brief Information

Create a line series plot

Additional Information

Minimum Origin Version Required: 8.1 SR0

Command Line Usage

1. plot_lineser irng:=1!(C,E,F)

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

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

Input

Range

<active>
The input data range.
Output rd

Output

ReportData

[<new>]<new>
Specify where to output the calculated data.

Description

For detailed information about this X-Function, please refer to our User Guide Line Series Graph

Note: in Origin 2017 or ealier versions, this X-Function is not accessible from LabTalk script. To plot line series from script, you will need to use

worksheet -px

For example,

worksheet -px ? LineSymb plot_lineser irng:=1!(C,E,F);