Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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