Limit hues in qualitative choropleth schemes
For unordered categorical regions on a choropleth, use as few hues as possible in a qualitative color scheme to improve readability and mitigate repeated legend lookup for readers decoding categories.
- purpose:refine
- basis:heuristic
- chart:choropleth
- data:categorical
- quality:readability
- lever:encoding
- channel:color-hue:use
- group-cardinality:few
advice
Qualitative hue count
Limit the number of hues in a qualitative choropleth so readers can remember what the colors mean. For example, keep the scheme to only a few colors when possible and avoid hue choices that look like a sequential or diverging scale.
reason
Why fewer category colors are easier to decode
Category memory gets harder as the number of hues increases.
Mechanism: With fewer hues, readers can hold the category-color mapping in memory and return to the legend less often. Avoiding ordered-looking palettes also prevents readers from inferring magnitude where none exists.
Evidence: The post says the more colors a map uses, the harder it is to remember what they mean, suggests using only three colors when possible, and warns against palettes that imply sequential or diverging order for unordered data (Muth, 2018).
context
Use when the categories are unordered
- User Goal: Distinguish categorical regions without implying order.
- Task: Decode category membership from color.
- Data: Unordered regional categories.
- Chart Setting: A choropleth uses a qualitative color scheme.
- Audience: Readers who need to remember a legend while scanning the map.
- Success Criterion: Readers can keep the color meanings in mind without repeated legend checks.
exceptions
Do not use when the audience already knows the color encoding
Break it when: The readers already know the color mapping. Why: The post says more than three hues can work when the audience already knows the encoding, such as familiar party colors.
costs
Costs of keeping the palette small
Sacrifice: You reduce the number of categories you can encode comfortably by color alone. Risk: Too many categories forced into too few hues will become ambiguous. Mitigation: Expand beyond a few hues only when the audience already knows the mapping.
mistakes
Common categorical color failure
Mistake: Use many hues for a qualitative map or choose hues that look ordered. Why it fails: Readers forget the mapping more easily and may read false magnitude into the palette.
check
Check whether the hue count is doing too much
Failure Sign: The legend must be checked repeatedly to decode the map. Quick Check: Count the distinct hues and ask whether the audience already knows the mapping. Stronger Test: Inspect the palette and remove any hue sequence that suggests low-to-high order for unordered categories.
fix
Edit the qualitative palette
- Reduce the number of distinct hues.
- Replace ordered-looking hue sequences with clearly categorical colors.
- Keep extra hues only when the audience already knows the encoding.
- Recheck the legend to confirm each hue still has a distinct category meaning.