Home / Statistical Tools / Analysis Tools / Boxplot / Examples / Examples
Examples¶
Quick Start¶
Create your first box plot in less than two minutes.
This example shows the simplest way to create a box plot: a single column of numeric data. Quantum XL calculates the median, quartiles, whiskers, and identifies any outliers automatically.
Goal¶
Create a box plot showing the distribution of weight measurements from a single column of data.
Sample Data¶
Download BoxPlot_QuickStart.xlsx
Excel Protected View
When you open downloaded files, Excel displays a Protected View warning. You must click Enable Editing before you can use Quantum XL with the file.

Alternatively, you can copy the sample data from the table below and paste it directly into a new Excel workbook.
| Weight |
|---|
| 12.3 |
| 15.7 |
| 11.2 |
| 18.4 |
| 14.1 |
| 16.8 |
| 13.5 |
| 19.2 |
| 14.7 |
| 10.6 |
Each row represents one weight measurement. Quantum XL will calculate the median, quartiles, and whisker positions from these 10 values.
Steps¶
-
Launch the analysis
From the Excel ribbon, select QXL Stat Tools → Analysis Tools → Box Plot.
-
Select your data
Select cells A1:A11 (the header row plus all 10 data rows).
-
Configure the analysis
In the Box Plot dialog:
- Data Columns: "Weight" should be checked
Quantum XL automatically selects the single provided data column, so you don't need to change any options. Click Finish to generate the chart.
Result¶
Quantum XL creates a box plot showing the distribution of the Weight column. The box spans from Q1 to Q3 (the middle 50% of values), the line inside the box marks the median, and the whiskers extend to the most extreme values within 1.5 times the IQR. The chart label shows "Weight (N = 10)" indicating all 10 data points were included.
More Examples¶
Ready for more? See these variations:
- Multiple Data Columns — Compare distributions across several columns side by side
- Count Frequency — When your data is pre-aggregated with counts
- GroupBy — Compare segments side by side