Skip to content
BusinessTech AcademyBusinessTech AcademyData Dive
← shape library

the strip / jitter plot

The raw values themselves, side by side, before anything is summarised.

What it leaves outThe jitter is random and it is not data. Two runs of the same chart put the same value in different places.

4 · data science · cartesian · rung 4 · what isn’t there

shipped on the platform · point + jitter transform -- no shape yet

0 a b c

Three worked examples

Before anything is averaged, what is actually there?

Before you lookWrite down what you expect the raw values to look like spread out.

civicspread_la_311_daily_by_month.csv · 365 rows · 3 columns

every single day's request count, by month

What to look atThe raw values themselves, before anything is summarised. Compare this with the box plot of the same data and see what the box hid.
earth and spacehist_quake_magnitudes.csv · 2,508 rows · 1 columns · showing 400 of 2,508 rows on this page; the file has all of them

every earthquake magnitude, laid out along one axis

What to look at2,508 values, nothing averaged. Where they pile up is the shape.
teen healthnhis_teen_estimates.csv · 1,700 rows · 9 columns · showing 400 of 1,700 rows on this page; the file has all of them

the raw estimates themselves, by breakdown

What to look atNothing summarised. Compare this with the box plot of the same data and name one estimate the box hid.

the pool

Now build one yourself.

The pool opens with this file and this shape already drawn, so your first move is to change something rather than to start from nothing. Bring your own CSV if you have one. Nothing is uploaded anywhere — the chart is drawn in your browser, your work saves there, and it downloads as a picture or as a project file you can open again.

Open the pool → the strip / jitter plot · spread_la_311_daily_by_month.csv