2.10.18 plot_multivari


Menu Information

Plot: Statistical : Multi-Vari Chart

Brief Information

Create a Multi-Vari Chart

Additional Information

Minimum Origin Version Required: Origin 2025

Command Line Usage

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;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input irng

Input

Range

<active>
Specify the input data column.
Factors factor

Input

Range

<unassigned>
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

1
Specify whether connect the mean points for first factor.

Option list:

  • 0=false
  • 1=true
Connect Mean for 2nd Factor mean2

Input

int

1
Specify whether connect the mean points for second factor. It is disabled when there is only 1 factor.

Option list:

  • 0=false
  • 1=true
Connect Mean for 3rd Factor mean3

Input

int

1
Specify whether connect the mean points for third factor. It is disabled when there is only 1 or 2 factors.

Option list:

  • 0=false
  • 1=true
Show Individual Data Points points

Input

int

0
Specify whether show the individual points.

Option list:

  • 0=false
  • 1=true
Show Grand Mean grand

Input

int

0
Specify whether show the grand mean value as a referece line at Mean(plotdata(*,y)).

Option list:

  • 0=false
  • 1=true
Template template

Input

string

multivari
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
1=[Graph Template(*.otp)]*.otp

ReportData rd

Output

ReportData

[<input>]<new>
Specify where to output result table.

Description

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.