The Science of Chart Comprehension: What Evidence Shows Actually Works
Cognitive scientists are using eye-tracking and biometric data to test long-held assumptions about data visualization. The evidence reveals that minimalist design doesn't always reduce mental effort, and standard color choices routinely fail millions of users.
By Factlen Editorial Team
- Cognitive Scientists
- Argue that visualization effectiveness must be measured through physiological metrics like cognitive load and eye-tracking, rather than aesthetic intuition.
- Design Practitioners
- Focus on established best practices, minimalist aesthetics, and maximizing the data-ink ratio to create clean, impactful charts.
- Accessibility Advocates
- Emphasize that data visualizations must be universally readable, requiring redundant visual cues and colorblind-safe palettes.
What's not represented
- · Neurodivergent individuals processing visual data
- · Software developers building default charting libraries
Why this matters
As organizations increasingly rely on automated dashboards to drive high-stakes decisions, poorly designed charts can lead to critical misinterpretations. Understanding the science of graphical perception ensures that data is communicated accurately, inclusively, and without overwhelming the viewer's cognitive limits.
Key points
- The human brain is highly accurate at judging length and position, but poor at judging angles and areas.
- Eye-tracking studies show that minimalist design does not always reduce cognitive load.
- Graphical displays prompt an exploratory mode of visual attention but do not inherently require less mental effort than tables.
- Standard red-green color palettes are unreadable for approximately 8% of the male population.
- Redundant visual cues, such as patterns and direct labels, are necessary for accessible chart design.
The modern professional is bombarded with charts, dashboards, and infographics. We instinctively assume that converting raw numbers into a visual format automatically makes the information easier to understand. However, cognitive science suggests that this assumption is fundamentally flawed. Just because data is visual does not mean it is legible to the human brain.[7]
The belief that "visuals are always better" is currently facing rigorous scientific scrutiny. A growing body of empirical research—utilizing eye-tracking technology, electroencephalogram (EEG) signals, and cognitive load theory—reveals that poorly designed charts can actually hinder comprehension and increase mental fatigue. The evidence indicates that effective data visualization is less about aesthetic intuition and more about aligning with human physiological limits.[3][4]
The scientific study of how humans read charts traces its roots to a foundational 1984 paper by statisticians William Cleveland and Robert McGill. Before their work, data visualization guidelines were largely based on subjective preference. Cleveland and McGill sought to replace this unstructured wisdom with empirical data, arguing that graphing should be treated as a science.[1]
Through a series of experiments, Cleveland and McGill established a hierarchy of "elementary perceptual tasks." They discovered that the human visual system is highly accurate at judging position along a common scale (such as reading a scatterplot or a bar chart) and judging length. When data is encoded using these methods, viewers can extract the correct numbers with minimal conscious effort.[1]

Conversely, the evidence showed that humans are remarkably poor at judging angles, two-dimensional areas, and color hues. This empirical finding is the primary scientific reason why data experts generally advise against pie charts and 3D area graphs. By relying on angles and areas, these chart types force the brain to perform low-accuracy perceptual tasks, increasing the likelihood of misinterpretation.[1]
While the Cleveland-McGill hierarchy remains a cornerstone of visualization theory, modern cognitive scientists are using advanced biometric tools to test other long-held design assumptions. One major target of recent research is the concept of the "data-ink ratio," a principle that has dominated the design world for decades.[2]
Popularized by statistician Edward Tufte, the data-ink ratio principle argues that any visual element not directly representing data—such as gridlines, background colors, or redundant labels—should be erased to reduce visual clutter. For years, this minimalist approach has been treated as gospel by software developers and graphic designers alike.[2]
However, recent cognitive science projects, including ongoing research at Duke University, point out a stark lack of empirical evidence supporting the idea that maximizing the data-ink ratio actually reduces cognitive load. In fact, some studies suggest that stripping away too much structural information removes necessary context, forcing the viewer's working memory to work harder to interpret the remaining data.[2]
This debate centers on Cognitive Load Theory (CLT), which divides mental effort into two categories: intrinsic load (the inherent complexity of the data itself) and extraneous load (the mental effort required to decode the chart's design). The ultimate goal of a good visualization is to minimize extraneous load so the brain can dedicate its processing power to the actual information.[4]

The ultimate goal of a good visualization is to minimize extraneous load so the brain can dedicate its processing power to the actual information.
A 2025 study published by LACCEI used pupil dilation and fixation counts to measure cognitive load when users interacted with graphical dashboards versus traditional data tables. The results directly contradicted the common assumption that visuals inherently reduce mental effort.[4]
The researchers found that graphical displays did not significantly lower cognitive load compared to tabular formats. Instead, graphics prompted a more "exploratory" mode of visual attention, causing users' eyes to dart across the screen in wider, more dispersed patterns. The study concluded that the effectiveness of a chart versus a table depends entirely on the specific analytical task at hand, rather than one format being universally superior.[4]
Eye-tracking studies also reveal stark differences in how experts and novices process visual data. Research published in Life Sciences Education demonstrated that individuals with high subject-matter familiarity require significantly fewer eye fixations and saccades (rapid eye movements) to extract information from a graph.[6]
Novices, by contrast, spend significantly more time scanning titles, axes, and legends, trying to build a mental model of how the chart works before they can even begin to interpret the data itself. This evidence suggests that a chart designed for an expert audience will likely overwhelm a general audience, regardless of how "clean" the design appears.[6]
Beyond cognitive processing, there is a massive, often-overlooked physiological barrier to chart comprehension: color vision deficiency (CVD). Approximately 1 in 12 men (8%) and 1 in 200 women (0.5%) have some form of color blindness, equating to roughly 300 million people globally.[5]

Despite these statistics, the default color scheme for many financial and scientific dashboards remains red and green—the exact combination that individuals with deuteranopia (the most common form of CVD) cannot distinguish. Research confirms that relying solely on red-green color hues to encode critical data points leads to severe accessibility failures.[5]
To mitigate this, accessibility researchers strongly advocate for redundant encoding. This means using shapes, patterns, or direct line labels in addition to color. Furthermore, evidence shows that varying the luminance (brightness) of colors allows even colorblind users to distinguish between categories, as their perception of contrast remains intact.[5]

The Web Content Accessibility Guidelines (WCAG) recommend a minimum contrast ratio of 4.5:1 for normal text and data elements. Testing visualizations in grayscale is a scientifically backed method to ensure that the data narrative survives without relying on hue.[5]
Ultimately, the evidence pack surrounding data visualization points to a clear conclusion: effective design is not about making things look pretty, nor is it about blindly following minimalist dogma. It is about aligning the visual encoding with the physiological and cognitive realities of the human brain.[3][7]
As organizations increasingly rely on automated dashboards and AI-generated charts to make high-stakes decisions, the need for evidence-based visualization practices becomes critical. A chart that fails to account for human perceptual limits is not just bad design—it is a liability that can lead to misinterpretation and flawed strategy.[3][7]
How we got here
1984
Statisticians William Cleveland and Robert McGill publish their foundational study on graphical perception.
2001
Edward Tufte popularizes the 'data-ink ratio' concept, heavily influencing modern visualization design.
2015
Eye-tracking technology becomes widely adopted in data visualization research to measure cognitive load.
2023
Accessibility researchers publish comprehensive guidelines detailing the failure of red-green color palettes in dashboards.
2025
Neuroscientific studies challenge the assumption that graphics inherently reduce cognitive load compared to traditional data tables.
Viewpoints in depth
The Cognitive Science View
Focuses on measuring the physiological toll of interpreting data.
Cognitive scientists argue that the true measure of a chart's effectiveness is not its aesthetic appeal, but the mental effort required to decode it. By utilizing eye-tracking and EEG technology, this camp seeks to quantify 'extraneous cognitive load'—the wasted brainpower spent figuring out how a chart works. They frequently challenge long-held design dogmas, pointing out that stripping away too much visual structure can actually force the viewer's working memory to work harder to fill in the missing context.
The Accessibility View
Prioritizes universal comprehension over traditional color aesthetics.
Accessibility advocates stress that data visualization is fundamentally broken if 8% of the male population cannot read it. This camp argues against the reliance on color hue as a primary data encoder, noting that the ubiquitous red-green financial dashboard is entirely unreadable to those with deuteranopia. They advocate for 'redundant encoding'—using patterns, shapes, line thickness, and direct labeling alongside color—to ensure that the data narrative survives even when viewed in grayscale.
What we don't know
- Whether the cognitive load metrics gathered in controlled laboratory settings accurately reflect the mental effort of executives using real-world business dashboards.
- The exact threshold at which removing 'non-data ink' (like gridlines) transitions from reducing clutter to actively harming comprehension.
- How emerging immersive visualization technologies (like VR and AR data environments) will impact human cognitive load compared to traditional 2D screens.
Key terms
- Graphical Perception
- The human capacity to visually interpret information encoded in graphs and charts.
- Cognitive Load
- The total amount of mental effort being used in the working memory during a task.
- Saccades
- Rapid, ballistic movements of the eyes that abruptly change the point of fixation.
- Data-Ink Ratio
- A design concept advocating for the removal of any visual element that does not directly represent data.
- Deuteranopia
- The most common form of color vision deficiency, characterized by an inability to distinguish red and green pigments.
Frequently asked
Are pie charts really that bad?
Yes. Empirical evidence shows that the human brain is highly inaccurate at judging angles and areas compared to judging length or position on a scale.
Does making a chart simpler always make it better?
Not necessarily. Recent cognitive science studies suggest that removing too much structural context (like gridlines) can actually increase the mental effort required to read the chart.
How many people struggle with standard chart colors?
Approximately 1 in 12 men and 1 in 200 women have color vision deficiency, meaning millions of users cannot read standard red-green charts.
Do charts reduce mental effort compared to data tables?
A 2025 study found that graphical displays do not inherently lower cognitive load compared to tables; their effectiveness depends entirely on the specific analytical task.
Sources
[1]Journal of the American Statistical AssociationDesign Practitioners
Graphical Perception: Theory, Experimentation, and Application to the Development of Graphical Methods
Read on Journal of the American Statistical Association →[2]Duke UniversityCognitive Scientists
Evaluating Data Visualization Best Practices through Cognitive Science
Read on Duke University →[3]Journal of Learning AnalyticsCognitive Scientists
Visualizing Data to Support Judgement, Inference, and Decision Making
Read on Journal of Learning Analytics →[4]LACCEICognitive Scientists
The impact of graphical versus tabular data designs on decision-making processes
Read on LACCEI →[5]Asian Institute of ResearchAccessibility Advocates
Unraveling the Impact of Color Selection on Data Visualization Accessibility
Read on Asian Institute of Research →[6]CBE—Life Sciences EducationCognitive Scientists
Using Eye Tracking to Understand Expert and Novice Graph Comprehension
Read on CBE—Life Sciences Education →[7]Factlen Editorial TeamAccessibility Advocates
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →
Every angle. Every day.
Get data analysis stories with full source coverage and perspective breakdowns delivered to your inbox.







