Bar Charts vs. Line Charts: While both show discrete data, bar charts use solid rectangles and are great for categorical data (like colors), whereas vertical line charts use thin lines and are often preferred for numerical discrete data (like test scores) when there are many outcomes.
Dual Bar Charts: These are used to compare two different datasets side-by-side (e.g., sales in January vs. February) using paired bars for each outcome.
| Feature | Bar Chart | Pictogram |
|---|---|---|
| Axes | Required (Horizontal & Vertical) | None (Uses rows/columns) |
| Frequency | Represented by Bar Height | Represented by Symbol Count |
| Key | Not usually required | Mandatory |
Check the Scale: Always verify if the vertical axis starts at zero; if it doesn't, the differences between bars will look much larger than they actually are.
Read the Key First: In pictogram questions, the most common mistake is assuming one symbol equals one unit. Always multiply the number of symbols by the key value.
Total Frequency: To find the total number of items in a dataset, sum the frequencies of every individual bar or symbol row.
Labeling: Ensure every axis has a clear label and the chart has a descriptive title to avoid losing marks for clarity.
Inconsistent Widths: Using wider bars for certain categories can trick the eye into thinking that category is more significant, even if the height is the same.
Broken Scales: If the intervals on an axis change (e.g., going from 0, 1, 2 to 5, 10, 15), the visual trend becomes completely invalid.
Missing Data: Leaving out categories with zero frequency can misrepresent the spread of the data; a gap or a label with no bar should be maintained if it is part of the outcome range.