Plot: Statistical: Variability Chart
Create a Multi-Vari Chart
Minimum Origin Version Required: Origin 2025
plot_vari -r 2 irng:=[Book3]Sheet1!E"City mpg" factor:=[Book3]Sheet1!(C"Identification.Classification",D"Identification.Year") trmean.f1:=1 trmean.f2:=1 gmean:=0 sd:=1 trsdmean.f1:=1 trsdmean.f2:=1 points:=0;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
int
Option list:
TreeNode
string
0=...File:[Graph Template (*.otpu )] *.otpu 1=[Graph Template(*.otp)]*.otp
Output
ReportData
TreeNode Details:
The trmean tree specifies whether shows mean lines for factors. In the mean time, the trsdmean tree specifies whether shows mean lines for factors in the SD chart.
Syntax:
Example:
(from f1 to f10)
This X-Function allows you to create a Variability Chart with up to 4 factor. Please refer to Variability Chart for more details.