Box and Whisker Plot | Meaning, Uses and Example (original) (raw)

Last Updated : 19 Jan, 2026

A Box and Whisker Plot is also called as a Box Plot which is a graphical representation of a dataset based on its five-point summary. It displays the distribution of data using a rectangular box and two whiskers making it easy to understand the spread, central tendency and presence of extreme values in a dataset. The box plot is made up of the following components:

box_plot_

Plot

How to Create a Box and Whisker Plot

The following steps are used to construct a box and whisker plot:

  1. **Collect the Data: Gather the dataset you want to visualise.
  2. **Calculate Quartiles: Find Q1, Q2 (median) and Q3 from the ordered data.
  3. **Determine Whiskers: Identify the minimum and maximum values, excluding outliers if required.
  4. **Draw the Box and Whiskers: Draw a box from Q1 to Q3, place a line at Q2 and extend whiskers to the minimum and maximum values.
  5. **Identify Outliers: Plot any values that lie beyond the whiskers as individual points.

Example

**Example: Suppose we have a dataset representing the test scores of a group of students:

Data (test scores): 78, 85, 90, 92, 95, 96, 97, 98, 99, 100, 105, 110, 120.

**Step 1: Calculate Quartiles

To create a Box and Whisker Plot, we need to calculate the quartiles (Q1 and Q3) and the median (Q2).

**Step 2: Determine Whiskers

To find the whiskers, calculate the minimum and maximum values within the dataset, excluding potential outliers.

**Step 3: Plot the Box and Whiskers

Now, we can create the Box and Whisker Plot:

**Step 4: Identify Outliers

Any data points that fall outside the whiskers are considered outliers. In this case, we do not have any outliers.

Uses of Box and Whisker Plot