Box plot example

Box Plot with Outliers Example

This sample contains one high observation beyond the upper Tukey fence. Vizvero keeps the true maximum in the calculated statistics, stops the whisker at the most extreme non-outlier observation, and draws the potential outlier as a separate point.

Cycle time with an outlierThe high observation falls beyond the Tukey upper fence30405060708090Median 48Q1 45.5Q3 50.5Low 42High 52BatchSource: Sample data

Example data

This is the data used by the live preview. Open the example in Vizvero to replace any cell, add series when the chart supports them, change chart settings, and export the result.

GroupCycle time (min)
Batch42
Batch44
Batch45
Batch46
Batch47
Batch48
Batch49
Batch50
Batch51
Batch52
Batch81

How to structure the data

  • 01Keep unusual observations in the raw data unless you have a documented reason to correct or exclude them.
  • 02Vizvero calculates IQR as Q3 − Q1 and uses Q1 − 1.5×IQR and Q3 + 1.5×IQR as Tukey fences.
  • 03The whiskers end at observed non-outlier values, not at the mathematical fence values themselves.

What this example shows

See how observations beyond Tukey 1.5×IQR fences are separated from the whiskers.

Modified box plot

A modified box plot commonly draws potential outliers separately and extends whiskers only to the most extreme non-outlier observations. Vizvero uses this Tukey-style convention.

More box plot examples

Related box plot examples

Browse all examples

Make this box plot your own

Open the exact example in the matching maker, replace the sample data, then customize the layout, design, animation, and export format.

Edit this example
Box Plot with Outliers Example & IQR Fences | Vizvero