Plot: Statistical : Multi-Vari Chart
Create a Multi-Vari Chart
Minimum Origin Version Required: Origin 2025
plot_multivari -r 2 irng:=[Book3]Sheet1!E"City mpg" factor:=[Book3]Sheet1!(B"Engine Information.Driveline",C"Identification.Classification",D"Identification.Year") points:=1 grand:=1;
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 |
|---|---|---|---|---|
| Input | irng |
Input Range |
Specify the input data column. | |
| Factors | factor |
Input Range |
Specify multiple factors in order. It supports multiple columns, but the number of column should be less than 4. | |
| Connect Mean for 1st Factor | mean1 |
Input int |
Specify whether connect the mean points for first factor.
Option list:
| |
| Connect Mean for 2nd Factor | mean2 |
Input int |
Specify whether connect the mean points for second factor. It is disabled when there is only 1 factor.
Option list:
| |
| Connect Mean for 3rd Factor | mean3 |
Input int |
Specify whether connect the mean points for third factor. It is disabled when there is only 1 or 2 factors.
Option list:
| |
| Show Individual Data Points | points |
Input int |
Specify whether show the individual points.
Option list:
| |
| Show Grand Mean | grand |
Input int |
Specify whether show the grand mean value as a referece line at Mean(plotdata(*,y)).
Option list:
| |
| Template | template |
Input string |
Specify the graph template to create this plot. multivari.optu is the default template that is installed to the Origin program folder.
0=...File:[Graph Template (*.otpu )] *.otpu
| |
| ReportData | rd |
Output ReportData |
|
Specify where to output result table. |
This X-Function allows you to create a Multi-Vari chart with up to 4 factor. Please refer to Multi-Vari Chart for more details.