Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
plots[pareto] - produce a Pareto diagram
Calling Sequence
pareto(freq, opts)
Parameters
freq
-
list of non-negative numbers indicating frequencies
opts
(optional) options to plot, or misc=string, or tags=list
Description
A Pareto diagram is a chart with the following elements: a tagged histogram of decreasing frequencies and a curve indicating the cumulative frequencies.
Dashed vertical lines indicate the 25%, 50%, and 75% marks.
If the tags parameter is omitted, then Maple assigns consecutive positive integer tags to the elements of the frequency list.
The misc parameter specifies the tag of the frequency list element that represents the miscellaneous data. The miscellaneous data is placed at the end of the sequence of items, so its bar is displayed at the top of the stack of bars.
To get percentages, normalize the frequencies so that they total 100.
Examples
Separate the frequencies from the labels
Produce and display a Pareto diagram
This time treat the miscellaneous items separately
Give numbers as percentages instead of raw frequencies. One could also normalize the costs and give the actual amount of money.
The command to create the plot from the Plotting Guide produces the same pareto, without labels.
Download Help Document