MATLAB Function Reference |
Syntax
Description
Pareto charts display the values in the vector Y
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
pan | partialpath |
© 1994-2005 The MathWorks, Inc.