MATLAB Function Reference Previous page   Next Page
pareto

Pareto chart

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

hist, bar


Previous page  pan partialpath Next page

© 1994-2005 The MathWorks, Inc.