Frequency plots are helpful for monitoring the spread of continuous data. A frequency plot is a graph showing a variable’s distributional information. In other words, it summarizes the data by plotting how frequently a particular value occurs.
Frequency plots allow you to summarize lots of data in a graphical manner making it easy to see the distribution of that data and process capability, especially when compared to specifications. For example, is our data normally distributed or not?
Frequency Plots can tell us a lot about a data set or a process. For instance, the quantity of occurrences of the response variable is computed for each interval. Now that we have this information, we can create a graph that consists of frequencies on the vertical axis and response variables on the horizontal axis.
Why Frequency Plots
Frequency plots reveal the spread, kinds of variation, and center of the data without making us do calculations. They also help detect overlapping processes and sometimes measurement errors.
You generally need 50 data points of continuous, non-time-ordered data. In other words, should NOT use time-ordered data in frequency plots.
Types of Frequency Plots
Histogram
A Histogram is the graphical representation of a frequency distribution. It is in the form of a rectangle with class intervals as bases and the corresponding frequencies as heights. Particularly, there is no gap between any two successive rectangles.
In a Histogram, each bar or column represents the frequency of occurrence of continuous quantitative variables.
The basic advantage of Histograms is to display a large amount of data graphically that are difficult to interpret in a tabular form. In addition, it shows the process’s central tendency.
How to Make a Box and Whisker Plot?
- Firstly, collect the data
- Secondly, arrange the data points in order and assign categories
- Thirdly, find the lowest and highest value
- Fourthly, find the number of intervals
- You could use 2^k = N where k = # of categories (smallest positive integer) and N = # of data.
- Now, compute the intervals by covering the entire range of the data set
- Then, find the frequency of occurrence of each data point as per the interval
- Finally, draw the bar chart preserving counts and categories
Example: Following are the 15 student’s marks in a science subject. Compute the Histogram
94,72,78,73,82,42,62,56,85,64,75,66,68,76,58
- Arrange the data in order
42,56,58,62,64,66,68,72,73,75,76,78,82,85,94
- Find the intervals
- Finally, draw the bar chart preserving counts and categories
Histogram Excel Template
Dot Plot
A dot plot, also known as a dot matrix, is the most basic frequency plot. It shows the number of times a value occurred in a data set, where every data value is represented by a dot in the graph.
In other words, the number of times a value is repeated corresponds to the number of dots above that particular value or item.
How to Make a Dot Plot?
- Firstly, collect the data
- Secondly, organize the data by arranging the numbers in ascending order
- Then, draw a horizontal number line that corresponds to the range of the data values that covers all the data points
- Finally, place a dot above the number line to represent each data against the particular value
Example: Below is data showing the number of swimming sessions 25 high school students attended last summer. Draw a dot plot and also identify the session that was attended by the most number of students.
Organize data in ascending order.
Summarize the data values.
Finally, place a dot above the number line to represent each data against the particular value.
From the above graph, it is clear that most numbers of students attended the 5th session.
Box Plot
Box Plot also known as Box-and-Whisker plot, is a pictorial representation of continuous data. It shows the Max, Min, median, and interquartile range Q1 and Q3 as well as outliers.
Box plots are tools that generally let you easily compare variations between the data sets evaluated. It also makes comparing data quick and easy.
How to Make a Box and Whisker Plot?
- Firstly, gather the data: Get the data for which you need to create plots.
- Secondly, organize this data: Order the data by sorting them in order (in ascending or increasing order).
- Thirdly, calculate Medians: Find out the Median of this data range. This Median will divide the data into halves. If the data set has an odd set of numbers, the Median would have an equal amount of numbers on both sides. And, if the data set has an even set of numbers, then average the 2 numbers in the middle.
- Then, calculate the 1st and 3rd quartiles: This can be found by finding out the Median of each of the halves.
- Finally, draw plotlines: Now, you must draw plotlines and mark the Median and quartiles.
Example: Draw a histogram for the below 4 regions’ sales values.
Then sort the data in ascending order. Then find the maximum, minimum, and median values. In addition, compute the 1st and 3rd quartiles.
Finally, you need to draw plot lines and mark the Median and quartiles.
Benefits of Frequency Plots
- Easy to review lots of data in a graphical manner.
- It provides the shape, center, and range of the data.
- Frequency plots also help to identify where the data is located relative to the process specifications or targets.
- It helps to predict the future performance of the process.