| Feature | Dotplot | Stemplot |
|---|---|---|
| Data Type | Categorical or Quantitative | Quantitative Only |
| Data Preservation | Visual only (dots) | Exact numerical values retained |
| Best For | Very small datasets or discrete counts | Small to medium quantitative sets |
| Sorting | Not necessarily sorted | Inherently sorted during construction |
Unlike histograms, which group data into bins and lose individual values, stemplots allow the user to see every specific number in the set while still perceiving the 'bins' created by the stems.
Always check the Key: Examiners often use keys to change the scale (e.g., could mean or ). Never assume the units are standard integers.
Visualizing Shape: To determine the skew of a stemplot, mentally rotate the graph 90 degrees counter-clockwise. If the 'tail' of the leaves extends toward the higher numbers (bottom of the original plot), it is skewed to the right (positive skew).
Median Calculation: When finding the median, always include the stem value. A common mistake is identifying the middle leaf (e.g., '6') but forgetting to attach it to its stem (e.g., '2'), resulting in an incorrect answer (6 instead of 26).