Plot: 2D: Line + Symbol: Line Series
Create a line series plot
Minimum Origin Version Required: 8.1 SR0
1. plot_lineser irng:=1!(C,E,F)
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
Output
ReportData
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);