MATLAB Functions Help Desk

pareto

Purpose

Draw Pareto chart

Syntax

Description

Parento 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 | Help Desk | Next ]