| MATLAB Function Reference | Search  Help Desk |
| pareto | See Also |
Syntax
pareto(Y) pareto(Y,names) pareto(Y,X) H = pareto(...)
Description
Pareto charts display the values in the vectorY as bars drawn in descending order.
pareto(Y) labels each bar with its element index in Y.
pareto(Y,names) labels each bar with the associated name in the string matrix or cell array names.
pareto(Y,X) labels each bar with the associated value from X.
H = pareto(...) returns a combination of patch and line object handles.
See Also
hist, bar