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
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Rowwise Data | iy |
Input XYRange |
The input data range. It can be one or more Y columns, optionally with associated Y error columns. | |
Y Label in | ylabel |
Input vector |
Specify a column as plot legend. | |
X Data in | xdata |
Input string |
Specify X axis value. Option list:
| |
Column Label | xlabel |
Input string |
Specify a string for Column Label whose row is used as X value.
| |
X Row Range | xrng |
Input Range |
Specify a row range as X data. Only when xdata is set to 3, xrng can be specified. | |
Plot Type | type |
Input int |
Specify a plot type. Option list:
| |
Plot Order | porder |
Input int |
Specify the plot order according to a categorical Y column. Only when specify a categorical Y column as ylabel, this option is avaiable.
Option list:
| |
Output | rd |
Output ReportData |
Specify where to output the calculated data. |
For GUI access of this X-Function and further customization of the Row Wise plot, please refer to this help file.