Work out stem and leaf plot instantly with clear inputs, formula shown and shareable results.
A stem-and-leaf plot splits each value into a leading stem and a trailing leaf, keeping every original value visible while showing the shape of the distribution — something a histogram cannot do.
Split rule
stem = ⌊value / unit⌋, leaf = value mod unit
The stems 2, 3, 4 and 5 hold leaves 3 5 8 | 1 4 4 7 | 2 5 | 1, with the median 34.
It preserves the raw data, so you can still read off the median and any repeated values exactly.