Plot: 2D: Scatter Matrix
Create scatter matrix plot including option for grouping
Minimum Origin Version Required: 8.0 SR0
1. plot_matrix -r 1 irng:=[Book1]Sheet1!(C,E:G) mdisp:=lower diagonal:=hist gap:=1;
2. plot_matrix -r 1 irng:=[Fisher'sIrisD]"Fisher's Iris Data"!A"Sepal Length":D"Petal Width" group:=[Fisher'sIrisD]"Fisher's Iris Data"!E"Species" mdisp:=upper diagonal:=hist;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
int
Option List:
double
string
Output
ReportData
For detailed information about this X-Function, please refer to our User Guide Scatter Matrix Plot
Note: in Origin 2017 or ealier versions, this X-Function is not accessible from LabTalk script. To plot scatter matrix from script, you will need to use
worksheet -px
For example,
worksheet -px ? boxmatrix plot_matrix -r 1 irng:=col(A):col(D) group:=col(E) mdisp:=upper diagonal:=hist;
Keywords:confidence, ellipse, linear fit