CHAPTER 24
Beginner
Visualization Best Practices
Updated: May 18, 2026
5 min read
# CHAPTER 24
Visualization Best Practices
1. Chapter Introduction
Every best practice in this chapter comes from cognitive science and professional design research. Following these rules is what separates student charts from Economist-quality publications.2. The Data-Ink Ratio
text
3. Before/After: Applying Best Practices
python
4. The 10 Commandments of Data Visualization
text
5. Common Mistakes
- Rainbow colors for comparison: Using a different color per bar implies categories are different types. If bars are same category (one metric), use same color with highlight for maximum.
- Not sorting bars: Unsorted bars force viewers to rank visually — always sort descending for ranking insights (except time-ordered data like months).
6. MCQs
Question 1
Data-ink ratio is maximized by?
Question 2
"Chart junk" (Tufte) refers to?
Question 3
Most accurate visual encoding for quantity?
Question 4
Direct data labels instead of legends?
Question 5
Bar charts MUST start Y-axis at?
Question 6
Maximum categorical colors per chart?
Question 7
Sorted bar charts reveal?
Question 8
"One message per chart" means?
Question 9
3D charts are problematic because?
Question 10
Grey bars behind highlighted bars?
7. Interview Questions
- Q: What is Edward Tufte's data-ink ratio and why does it matter?
- Q: What are three common visualization mistakes and how do you fix them?