Plot > Statistical: Pareto: Pareto Chart - Binned Data
Create Pareto plot from binned data
1. plot_paretobin -r 1 datarng:=1!A"Data" countrng:=1!B"Count";
2. plot_paretobin datarng:=1!A countrng:=1!B combine:=1 threshold:=10;
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 |
|---|---|---|---|---|
| Data | datarng |
Input Range |
|
Specify the input range of data. |
| Count | countrng |
Input Range |
|
Specify the input range of count. |
| Group | group |
Input Range |
|
Specify the grouping column. |
| Multiple Groups | mulgroups |
Input int |
|
Specify how to arrange the plots divided by groups.
Option list:
|
| Show Cumulative Percent Plot | cum |
Input int |
|
Specify whether to show the cumulative percent plot on the Pareto chart. 0 = uncheck this checkbox to hide the cumulative percent plot. 1 = check this box to show the cumulative percent plot. |
| Show Symbol at Right Side of Bar | symr |
Input int |
|
Specify whether show the scatter symbol at the right side of bar instead of center of bar. 1 = check this box to show symbol at right side of the bar. |
| Combine Smaller Values | combine |
Input int |
|
Specify whether to combine the data of which the counts are below a threshold. 0 = uncheck this checkbox to disable the combination. 1 = check this box to combine the data. |
| Threshold | mode |
Input int |
|
Specify the method to define the threshold. Option list:
|
| Threshold value | threshold |
Input double |
Specify the value of the specified threshold.
By Count: Accessible only when By Count is chosen in Threshold. The data of which the count number is smaller than this value will be combined as one category in the plot. By Bar Number: Accessible only when By Bar Number is chosen in Threshold. The created Pareto chart will have n bars specified in this edit box. The data of which the bin order is greater than n-1 will be combined as one category in the plot. | |
| Tick Label | label |
Input string |
|
Specify the tick label for the combined smaller values. |
| Output Data | rd |
Output ReportData |
|
Specify where to store the calculated data for the plot. |
| Output Graphs | rt |
Output ReportTree |
|
Specify where to store the result graphs. |
This X-Function is used to plot the Pareto chart from binned data. Please refer to this help page to see how to creat a Pareto chart.
Note: in Origin 2017 or ealier versions, this X-Function cannot be accessed by LabTalk script. To plot Pareto chart from script, you will need to use
worksheet -px
For example, the following script plot column C in sheet1, book1 into a Pareto plot, with Recalculate Mode = Auto.
worksheet -px ? ParetoBin plot_paretobin datarng:=1!1 countrng:=1!2 -r 2;
Keywords:cumulative total