learn.howToCalculate
learn.whatIsHeading
A stem-and-leaf plot displays numerical data where the leading digit(s) form the 'stem' and trailing digits form the 'leaves'. It shows the distribution's shape while preserving individual data values — a quick alternative to a histogram.
단계별 가이드
- 1Sort data from smallest to largest
- 2Stem = all digits except the last (e.g., tens digit)
- 3Leaf = the last digit (units digit)
- 4Draw stems on the left; leaves on the right
풀어진 예시
입력
Data: 12, 15, 18, 23, 25, 31, 35, 38
결과
1 | 2 5 8
2 | 3 5
3 | 1 5 8
Stem=tens, leaf=units
계산할 준비가 되셨나요? 무료 Stem and Leaf Plot 계산기를 사용해 보세요
직접 시도해 보세요 →