Plot: 2D: Line + Symbol: Row-Wise
Create graph from row-wise data
Minimum Origin Version Required: 2019 SR0
1. plot_rowwise iy:=[Book1]Sheet1!((,2),(,3),(,4)) ylabel:=[Book1]Sheet1!1 xdata:=label xlabel:=L type:=linesymb rd:=[<new>]<new>;
2. plot_rowwise iy:=[Book1]Sheet1!((,B),(,C),(,D)) ylabel:=[Book1]Sheet1!A xdata:=selrow1 type:=column;
Please refer to the page for additional option switches when accessing the x-function from script
Input
XYRange
vector
string
Range
int
Option list:
Output
ReportData
For GUI access of this X-Function and further customization of the Row Wise plot, please refer to this help file.