Exam scores, skewed left
Most of the class clears 70 and a thin tail doesn't — the skew is the finding, and no single number would have shown it.
View the spec
{
"type": "column",
"theme": "mint",
"title": "Final exam scores, 84 students",
"source": "One course, spring term",
"data": {
"labels": [
"40–50",
"50–60",
"60–70",
"70–80",
"80–90",
"90–100"
],
"series": [
{
"name": "Students",
"values": [
3,
6,
12,
27,
24,
12
]
}
]
}
}