ParetoChart - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Statistics

  

ParetoChart

  

produce a Pareto chart

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

ParetoChart( dataset )

ParetoChart( dataset, options, plotoptions )

Parameters

dataset

-

data set, DataSeries, or list of equations ; Array, Matrix, Vector, DataSeries, or DataFrame of values with 1 column of data

options

-

(optional) equation(s) of the form option=value, where option is one of color, columngraphoptions, cumulativesumoptions, labels, or showcumulative

plotoptions

-

options to be passed to the plots:-dualaxisplot command, or the Statistics:-ColumnGraph command

Options

• 

color : list, name, string; controls the colors for the column graph and the cumulative sum chart respectively. By default, the color list is [ "Niagara Azure", "Niagara Burgundy" ].

• 

columngraphoptions : list; options to be passed to the Statistics:-ColumnGraph command

• 

cumulativesumoptions : list; options to be passed to the Statistics:-CumulativeSumChart command

• 

labels : list; labels corresponding to the labels below each of the bars in the column graph

• 

showcumulative : truefalse; controls the display of a cumulative sum chart. The default is true.

Description

• 

The ParetoChart command is used to generate a plot of a tagged histogram of decreasing values and a curve indicating the percentage cumulative sum of the values.

• 

When the showcumulative option is set to false, any plotoptions added to the ParetoChart command are passed to Statistics:-ColumnGraph. When showcumulative is set to true (the default), any plotoptions are passed to plots:-dualaxisplot.

Examples

The ParetoChart command generates a plot of the sorted histogram of the values in a dataset and a curve that shows the percentage cumulative sum of the values:

(1)

The columngraphoptions and cumulativesumchart options control plot options sent to the ColumnGraph and CumulativeSumChart commands respectively:

The ParetoChart command can also visualize results from the Tally command. In the following example, a 100-element sample is generated using the letters ["m", "a", "p", "l", "e"].

(2)

(3)

Compatibility

• 

The Statistics[ParetoChart] command was introduced in Maple 2018.

• 

For more information on Maple 2018 changes, see Updates in Maple 2018.

See Also

Statistics

Statistics[Visualization]

Statistics[ScreePlot]

 


Download Help Document