TFT

Box Plot Generator & Maker

Summarize data distributions with a box plot. Compare groups, show medians, quartiles, and outliers clearly. Great for statistical analysis.

Enter raw data values (group, value), one per line. Outliers will be calculated automatically.

Box Plot Comparison

Value0255075100ABC■ Box: IQR (Q1-Q3) │ — Median │ ● Mean │ ○ Outliers

Summary Statistics

GroupMinQ1MedianQ3MaxIQRRangeOutliers
A23.0031.0040.0052.0065.0021.0042.000
B25.0038.0048.0062.0075.0024.0050.000
C15.0028.0035.0050.0058.0022.0043.000

How it works

Choose between raw data mode or summary statistics mode. In raw data mode, enter individual values for each group. The tool calculates quartiles, median, and identifies outliers automatically.

In summary mode, enter the five-number summary directly: minimum, first quartile (Q1), median, third quartile (Q3), and maximum. Use this when you already have calculated statistics.

Box plot components:

  • Box: Spans from Q1 to Q3 (the IQR)
  • Median line: Line inside the box at median value
  • Whiskers: Lines extending to min and max (excluding outliers)
  • Outliers: Individual points beyond the whiskers
  • Mean point: Optional marker showing average

The box plot renders with interactive tooltips showing exact values. A statistics table displays all calculated values including IQR and range. Export for reports and presentations.

When You'd Actually Use This

Comparing test scores across classes

Compare exam results between different class sections. See which class has higher median, more variability, or unusual outliers. Identify teaching effectiveness patterns.

Quality control in manufacturing

Compare product measurements across production lines or shifts. Spot which line has more variability. Outliers indicate potential quality issues needing investigation.

Clinical trial data analysis

Compare treatment responses across dosage groups. Box plots show median response, variability, and extreme reactions. Essential for pharmaceutical research.

Salary benchmarking

Compare compensation across departments, roles, or companies. See median salaries, pay ranges, and outliers. HR teams use this for compensation planning.

A/B testing results

Compare metric distributions between test variants. Box plots show if one variant consistently outperforms. More informative than just comparing means.

Environmental data comparison

Compare pollution levels across locations or time periods. Identify which sites exceed norms. Outliers may indicate contamination events.

What to Know Before Using

Outliers use the 1.5 IQR rule.Points beyond 1.5 times the IQR from the quartiles are marked as outliers. This is the standard statistical definition. Some fields use different thresholds.

Box shows the middle 50%.The box spans Q1 to Q3, containing half your data. A tall box means high variability. A short box means data is concentrated.

Median is more robust than mean.The median line isn't affected by outliers. The optional mean point shows the average. Compare them - big differences indicate skew.

Whiskers don't always reach min/max.Whiskers extend to the furthest non-outlier points. Actual min/max may be outliers beyond the whiskers. Check the statistics table for exact values.

Pro tip: For skewed distributions, the median won't be centered in the box. This is informative - it shows the data isn't symmetric. Don't force symmetry.

Common Questions

How many data points do I need?

Minimum 4-5 points per group for meaningful quartiles. 20+ points gives reliable statistics. Small samples produce unstable box plots.

What if all values are the same?

The box collapses to a line. Q1, median, and Q3 are identical. This indicates zero variability - all values are the same.

Can I compare many groups?

Yes, but readability decreases with many groups. 5-8 groups work well. For more, consider splitting into multiple charts or using a different visualization.

How are quartiles calculated?

Using the standard method: Q1 is the 25th percentile, Q3 is the 75th percentile. For small datasets, different methods give slightly different results.

What does overlapping boxes mean?

Overlapping IQR boxes suggest groups may not be significantly different. Non-overlapping boxes suggest real differences. Statistical tests confirm significance.

Can I export the statistics?

The statistics table shows all values. Copy from the table or export the chart. For raw data export, copy your input data before closing.

When should I use box plots vs histograms?

Box plots excel at comparing groups side by side. Histograms show distribution shape better. Use box plots for comparison, histograms for single distribution analysis.