Functions > Statistics > Graphical Statistics > Pareto Plot
  
Pareto Plot
pareto(Data)—Returns a matrix to generate a Pareto plot for Data. The matrix returned by pareto has the following columns:
Column
Description
0
Labels for each category reported upon
1
Data sorted in descending order
2
Cumulative percentages of the sorted data
Arguments
Data is a two-column matrix with a string or number labeling each category in the first column, and positive real numbers in the second column.