Pareto Graph
Display the values in a vector as bars drawn in descending order
Plotted Variables
Y) -- display values in Y as bars and label each bar with corresponding element index.
Y,names) -- label each bar with the corresponding name in the string matrix or cell array names.
Y,x) -- label each bar with the corresponding value from x.
More Information
See the pareto reference page for more information.