Data-Ink Ratio
The data-ink ratio is Edward Tufte's measure of chart efficiency: the proportion of a chart's pixels that display actual data, versus pixels spent on borders, grid lines, and decoration. The goal is to push that ratio as close to 1.0 as possible.
Quick answer: Data-ink ratio = data-ink รท total ink used in the chart. To raise it: remove chart borders and 3D effects, lighten or delete grid lines (or keep only horizontal ones at #E0E0E0 or lighter), switch to a white or transparent background, replace legends with direct labels on the data, and drop trailing decimals you don't need. Most charts hit 60-80% data-ink after those five changes alone โ that's the target range, not 100%, since axis labels and light reference lines are still worth keeping.
What is the data-ink ratio?
It's the fraction of a chart's total ink (or pixels) devoted to showing actual data, rather than borders, backgrounds, and other non-data decoration โ Tufte's shorthand for "how much of this chart is doing real work."
The Formula
Data-Ink Ratio = Data-Ink / Total Ink Used
Goal: Ratio as close to 1.0 as possible
Data-Ink = Pixels showing actual data
Total Ink = All pixels in the chart
High ratio = Clean, focused chart
Low ratio = Cluttered chart with unnecessary elements
Tufte's Principle
"Erase non-data ink, within reason... Erase redundant data-ink, within reason."
Translation: If it doesn't represent data, question whether you need it. If it represents data multiple times, you probably need it only once.
What counts as "non-data ink" on a chart?
Anything that isn't a bar, line, point, or a label needed to read the data โ grid lines, borders, background fills, 3D effects, and decorative icons are the usual suspects.
Common Offenders
| Element | Is It Data-Ink? | Action |
|---|---|---|
| Bars, lines, points | โ Yes | Keep (this is your data) |
| Axis labels | โ Yes | Keep (necessary context) |
| Heavy grid lines | โ No | Lighten or remove |
| Chart borders | โ No | Remove |
| Background colors | โ No | Use white/transparent |
| 3D effects | โ No (distorts data) | Remove immediately |
| Decorative icons | โ No | Remove |
| Drop shadows | โ No | Remove |
What does a high vs. low data-ink ratio look like?
The same bar or line chart can range from roughly 0.3 (mostly decoration) to 0.8 (mostly data) depending on how many non-data elements survive the cleanup.
Example 1: Bar Chart
โ Low Data-Ink Ratio (Cluttered)
Problems:
- Heavy black border around entire chart
- Dark gray background
- Thick grid lines every 10 units
- 3D bars with shadows
- Decorative icons on bars
- Redundant legend (colors match labels)
- Unnecessary decimal places (253.00 vs 253)
Data-Ink Ratio: ~0.3 (only 30% shows data)
โ High Data-Ink Ratio (Clean)
Improvements:
- No border (axes define the space)
- White background
- Light gray grid lines (or removed entirely)
- Flat 2D bars
- Direct labels on bars (no legend needed)
- Rounded numbers (253, not 253.00)
Data-Ink Ratio: ~0.8 (80% shows data)
Result: Easier to read, focuses attention on data
Example 2: Line Chart
โ Low Data-Ink Ratio
Problems:
- Both major and minor grid lines
- Heavy axis lines
- Markers on every data point (100+ points)
- Thick lines (3px+)
- Legend box with border
- Both left and right Y-axes (showing same scale)
Focus: Split between data and decoration
โ High Data-Ink Ratio
Improvements:
- Minimal grid lines (or none, let axis labels suffice)
- Thin axis lines or remove entirely
- No markers (or only on key points)
- 2px lines
- Direct labels on lines (no legend)
- Single Y-axis
Focus: Entirely on the trend
How do I raise a chart's data-ink ratio step by step?
Work through five passes in order: delete the obvious junk, simplify colors, reduce redundant elements, lighten what's left, then emphasize the data itself.
Step 1: Remove the Obvious Junk
Delete immediately:
โ 3D effects and shadows
โ Decorative borders
โ Background patterns/images
โ Unnecessary animation
โ Chartjunk (pictographs, excessive decoration)
These add zero information.
Step 2: Simplify Grid Lines
Grid line strategy:
Option 1: Remove entirely
- Best for: Simple charts, few data points
- Let axis labels provide reference
Option 2: Lighten drastically
- Color: Light gray (#E0E0E0 or similar)
- Weight: 1px or less
- Frequency: Every 2-3 axis labels, not every one
Option 3: Horizontal only
- Keep horizontal lines (easier to read values)
- Remove vertical lines (time periods are obvious)
Step 3: Reduce Redundancy
Common redundancies:
โ Legend + colored bars + data labels
โ Choose 2 of 3 (usually bars + labels)
โ Y-axis + data labels on bars
โ Choose one (labels if values matter, axis if pattern matters)
โ Both axes showing same scale
โ Remove right axis
โ Every data point labeled
โ Label key points only (min, max, start, end)
Step 4: Lighten Non-Data Elements
Make supporting elements subtle:
Axis lines:
- Thin (1px)
- Light gray
- Or remove entirely (let labels define space)
Grid lines:
- Very light gray (#F0F0F0)
- Dashed or dotted (less prominent)
Text:
- Dark gray instead of black (#333 vs #000)
- Smaller font for secondary labels
Step 5: Emphasize the Data
Now that clutter is gone, make data stand out:
โ
Bolder colors for data elements
โ
Slightly thicker lines (but not too thick)
โ
Highlight key data points
โ
Use color strategically (one accent color)
The data should be the darkest, most prominent element
When should I keep grid lines, borders, or background color?
High data-ink ratio doesn't mean stripping everything. Context matters:
Keep Grid Lines When:
- โ Precise value reading is critical
- โ Audience needs to reference specific numbers
- โ Comparing many series simultaneously
Keep Borders When:
- โ Chart is on busy dashboard (needs definition)
- โ Multiple charts side-by-side need separation
Keep Background Color When:
- โ Creating visual hierarchy (card-based dashboards)
- โ Distinguishing chart from surrounding content
Guideline: If removing an element makes the chart harder to understand, keep it. The goal is clarity, not minimalism for its own sake.
Common Mistakes
โ Mistake #1: Over-Simplification
Too far: Removing all axis labels and grid lines
Result: No way to read actual values
Fix: Keep essential reference points (axis labels minimum)
โ Mistake #2: Inconsistent Application
Bad: Clean charts in one dashboard, cluttered in another
Result: Inconsistent user experience
Fix: Establish and follow organization-wide standards
โ Mistake #3: Removing Color When It's Data
Bad: Making all bars gray to "increase data-ink ratio"
Result: Can't distinguish categories
Fix: Color IS data when it represents categories/values. Keep it.
How do I raise the data-ink ratio in Excel or Tableau/Power BI?
Both tools default to heavier styling than you need โ the fix is mostly turning off fills, borders, and gridlines in the formatting panel.
Excel/Google Sheets Charts
Quick improvements:
1. Format Chart Area
- Fill: None
- Border: None
2. Format Plot Area
- Fill: None
- Border: None
3. Format Gridlines
- Color: Light gray
- Width: 0.5pt
- Or delete entirely
4. Format Axes
- Line color: Light gray
- Width: 1pt
5. Remove Legend
- Add data labels directly instead
Result: Instant 50% improvement in data-ink ratio
Tableau/Power BI
Default settings add lots of non-data ink. Customize:
1. Format > Borders
- Row/Column dividers: None
- Cell borders: None
2. Format > Gridlines
- Make very light or remove
3. Format > Shading
- Remove row/column shading
4. Use direct labels instead of legends
What five changes give the biggest data-ink improvement?
These 5 changes give you 80% of the benefit:
- Remove chart borders (or make them very light)
- Lighten grid lines to barely visible (#F0F0F0) or remove
- Remove 3D effects everywhere
- Use white backgrounds instead of gray/colored
- Direct label instead of legends when possible
How do I measure my chart's actual data-ink ratio?
Two quick checks work without any special tools: the screenshot test (highlight data pixels vs. total pixels) and the squint test (what stands out when the chart is blurry).
The Screenshot Test
- Take a screenshot of your chart
- Open in image editor
- Highlight all pixels that represent actual data
- What percentage is highlighted?
Targets:
- 60%+ = Good
- 70%+ = Very good
- 80%+ = Excellent
The Squint Test
Squint at your chart. What stands out?
- โ Good: The data elements (bars, lines, points)
- โ Bad: Grid lines, borders, backgrounds
What's a quick checklist for data-ink ratio?
Run any finished chart through this list before shipping it:
- โ Chart border removed or very light
- โ Grid lines lightened (#E0E0E0+) or removed
- โ No 3D effects or drop shadows
- โ White or transparent background
- โ No decorative elements (icons, patterns, textures)
- โ Legend removed in favor of direct labels (if possible)
- โ Axis lines thin (1px) or removed
- โ No redundant data representation
- โ Data elements are most prominent visual element
- โ Every remaining element serves a purpose
Golden Rule: Before adding any element to a chart, ask "Does this help people understand the data?" If the answer isn't a clear yes, leave it out. Every pixel should earn its place by contributing to comprehension.