pareto(a, options)

Draws a pareto chart using the contents of matrix a.


See also barchart xychart pie boxwhiskers 

More information More information

Options list Options list


Example


a = ( "New York", 4 ; "Paris", 12 ; "Lima", 13 ; "Calcuta", 21 )

"New York"  4

"Paris"    12

"Lima"     13

"Calcuta"  21

pareto( a, "horizontal", "cumulative" )