Wann ein Box Plot sinnvoll ist
You are comparing several groups
Salary by department, response time by region, exam scores by school. One box per group, all on the same axis, and the comparison is immediate.
Spread matters as much as the average
Two teams with the same median can be wildly different to work with. The box shows consistency, which a bar chart of averages hides completely.
You want outliers named rather than smoothed away
Box plots plot extreme values individually instead of absorbing them into a bar. That makes them the standard first look before any statistical test.
Space is tight and the groups are many
A dozen histograms need a grid and a lot of page. A dozen boxes fit on one axis and still support a real comparison.