Factlen ExplainerUncertainty VisualizationEvidence PackJun 15, 2026, 12:04 AM· 7 min read

The Science of Showing What We Don't Know: How Visualizing Uncertainty Increases Public Trust

New research reveals that explicitly showing the margins of error and uncertainty in data visualizations actually increases public trust, prompting a shift away from traditional error bars toward more intuitive chart designs.

By Factlen Editorial Team

Cognitive Psychologists 30%Industry Practitioners 30%Data Scientists & Statisticians 20%Factlen Editorial Team 20%
Cognitive Psychologists
Focus on human perception, advocating for frequency-based visuals like dotplots and HOPs that align with how the human brain naturally processes probability.
Industry Practitioners
Emphasize the ethical and practical need to build trust with stakeholders by using intuitive visual cues like color gradients and opacity.
Data Scientists & Statisticians
Argue that traditional methods like error bars are mathematically precise and space-efficient, though they acknowledge the need for better public comprehension.
Factlen Editorial Team
Synthesizes the shift toward transparent uncertainty as a net positive for public trust and data literacy.

What's not represented

  • · General public consumers who rely on daily news charts but lack formal statistical training.
  • · Software developers who build the default chart libraries (like Excel or Tableau) that dictate mainstream visualization practices.

Why this matters

In an era of rampant misinformation and skepticism toward science, how data is presented can make or break public trust. By adopting new visual standards that honestly display the limits of our knowledge, researchers and journalists are finding that audiences become more confident in the underlying facts, not less.

Key points

  • Traditional error bars are frequently misinterpreted by the public as absolute limits rather than statistical probabilities.
  • A 2025 study found that visualizing uncertainty increased trust in AI systems for 58% of skeptical users.
  • Newer visualization methods, such as violin plots and quantile dotplots, improve comprehension by showing the shape and frequency of data.
  • Experts argue that hiding data messiness backfires, and that transparently showing uncertainty is essential for ethical decision-making.
58%
Portion of AI-skeptical users whose trust increased when uncertainty was visualized
900+
Data journalism articles analyzed for uncertainty visualization practices in a recent study

We often assume that presenting a single, exact number projects authority and competence. In complex fields ranging from climate science to public health and artificial intelligence forecasting, absolute precision is frequently an illusion. Yet, for decades, the standard practice in public-facing data communication has been to smooth over the rough edges, presenting clean trend lines and definitive point estimates. The underlying assumption was that showing the public the inherent messiness of the data would only breed confusion and skepticism. However, a sweeping reevaluation within the data science community is turning this conventional wisdom on its head, revealing that the exact opposite is true.[7]

A growing body of evidence suggests that hiding the variability of data actively backfires. When experts present point estimates without acknowledging the margins of error, inevitable real-world fluctuations look like catastrophic failures. If a financial model predicts an exact revenue figure and misses it by a fraction, the entire model is deemed untrustworthy by stakeholders. Ignoring uncertainty misleads audiences into overconfidence, and when that overconfidence shatters, it takes institutional credibility down with it.[5]

The solution lies in an emerging subfield known as "uncertainty visualization." This discipline focuses entirely on how to graphically represent what we do not know. Counterintuitively, researchers are discovering that explicitly showing the boundaries of our ignorance actually makes audiences trust the underlying data more. By treating the audience as capable of handling nuance, data communicators foster a more resilient form of public confidence.[7]

A landmark February 2025 study published in the journal Frontiers in Computer Science tested this dynamic directly, exploring how humans interact with machine learning models. Researchers designed an experiment where 147 participants collaborated with an artificial intelligence system on complex decision-making tasks. In one control group, the AI provided standard, binary predictions with absolute certainty. In the experimental group, the AI’s interface was modified to explicitly visualize its own mathematical uncertainty.[1]

The findings were striking, particularly for users who entered the study with preconceived biases against artificial intelligence. For participants who already held negative attitudes toward AI, visualizing the system's uncertainty significantly enhanced their trust in the machine in 58 percent of cases. Far from making the AI look weak or defective, the admission of doubt made it appear more reliable.[1]

Visualizing doubt significantly increases trust among skeptical users.
Visualizing doubt significantly increases trust among skeptical users.

The mechanism behind this increased trust was rooted in the visual cues themselves. The researchers used a mix of size, color saturation, and transparency to signal probabilities. When the AI was less confident, its visual outputs became slightly more transparent or shifted in color intensity. By seeing the AI's "doubt" represented visually, users felt more confident in their own collaborative decisions. The machine wasn't pretending to be omniscient; it was being transparent about its limitations.[1]

While the concept of showing uncertainty is gaining traction, the traditional methods used to do so are increasingly viewed as flawed. For decades, the gold standard for showing uncertainty in scientific literature has been the "error bar"—a simple line drawn through a data point to indicate a confidence interval. While mathematically precise and highly space-efficient for academic journals, error bars are notoriously difficult for the general public to interpret.[2]

Cognitive scientists have found that error bars trigger specific perceptual biases. Lay audiences frequently mistake the ends of the bars for absolute maximum and minimum limits, rather than statistical confidence intervals. Viewers tend to assume that any outcome within the bar is equally likely, entirely missing the reality that outcomes are usually heavily concentrated near the center point.[2]

Furthermore, error bars fail to show the actual shape of the probability distribution. A 2023 study published in the journal Assessment highlighted this exact issue, noting that visualizations placing less emphasis on hard range limits better represent the continuous nature of measurement uncertainty. When people are forced to look at hard lines, they engage in categorical reasoning, stripping away the nuance that the data is trying to convey.[3]

Violin plots show the actual density of probable outcomes, unlike traditional error bars.
Violin plots show the actual density of probable outcomes, unlike traditional error bars.
Furthermore, error bars fail to show the actual shape of the probability distribution.

Perhaps the most famous example of a misunderstood uncertainty visualization is the "cone of uncertainty" used for hurricane forecasting. Jessica Hullman, a researcher at Northwestern University's MU Collective who studies information visualization, points to the hurricane cone as a prime example of visual misinterpretation that can have life-or-death consequences during natural disasters.[4]

When viewing the hurricane cone, many people interpret the widening shape as the physical size of the storm growing over time, assuming that the entire shaded area will be struck simultaneously. In reality, the cone is intended to indicate the expanding range of possible paths the center of the storm might take. Because the visualization makes the uncertainty easy to misinterpret, people often make poor evacuation decisions based on a flawed understanding of the graphic.[4]

To combat these cognitive biases, data designers are moving toward more expressive, intuitive techniques. One highly effective alternative is the "violin plot." By combining a traditional boxplot with a kernel density plot, the violin plot creates a curved, organic shape that graphically highlights the complexity of the data distribution, showing exactly where the most likely outcomes are clustered.[6]

The clinical evidence supporting these new shapes is robust. The 2023 Assessment study found that violin plots and histograms successfully ameliorated important misconceptions about the likelihood of measurement errors among clinicians. By visually emphasizing the density of the data rather than just the extreme limits, these plots outperformed traditional error bars in helping professionals make accurate judgments.[3]

Another breakthrough technique gaining rapid adoption is the "Quantile Dotplot." Instead of using a continuous gradient or a solid geometric shape, this chart represents probability as a stack of discrete dots. If a model predicts a 30 percent chance of an event, the chart might show three colored dots out of ten total dots, arranged in a distribution curve.[2]

Quantile dotplots leverage the human brain's natural ability to count discrete objects.
Quantile dotplots leverage the human brain's natural ability to count discrete objects.

The success of the quantile dotplot relies on a psychological concept known as "frequency framing." Human brains are evolutionarily wired to count discrete objects rather than estimate abstract areas or continuous probabilities. By forcing the viewer to see individual, discrete possibilities, dotplots drastically reduce "denominator neglect"—a common cognitive error where people focus on the number of times an event happens while ignoring the total number of opportunities.[2]

Taking the concept of frequency framing even further, some designers are abandoning static images entirely in favor of animation. Hypothetical Outcome Plots (HOPs) are a state-of-the-art technique that rapidly cycles through different possible outcomes drawn from a probability distribution, creating a "jittering" effect on the screen.[2]

By watching the chart animate through various scenarios, the viewer gets an intuitive, visceral sense of the uncertainty without needing to understand complex statistical math. If a trend line jumps wildly across the screen during the animation, the viewer instantly understands that the prediction is highly uncertain. If it barely moves, they know the confidence is high. It bypasses mathematical literacy and taps directly into visual intuition.[2]

As data analytics increasingly drive corporate strategy, healthcare planning, and government policy, transparently communicating uncertainty is evolving from a design choice into an ethical imperative. When analysts transparently communicate the limits of their models, stakeholders develop a deeper awareness of inherent biases and become better-informed decision-makers.[6]

Opacity and color gradients allow analysts to communicate confidence levels intuitively.
Opacity and color gradients allow analysts to communicate confidence levels intuitively.

In practical business applications, this often takes the form of color gradients and opacity variations. By making a data point blurry or highly transparent when confidence is low, designers can signal uncertainty at a glance without cluttering an executive dashboard. This subtle visual cue prevents leaders from placing unwarranted, absolute faith in a single predictive metric.[5]

The era of the falsely confident, razor-sharp bar chart is slowly coming to an end. By embracing the visual language of probability—through dotplots, violin shapes, and strategic blur—data communicators are learning a profound lesson. The best way to build enduring public trust is not to project an illusion of perfection, but to be radically, visually honest about the limits of our knowledge.[7]

How we got here

  1. 1970s-1980s

    Error bars become the ubiquitous standard for representing statistical confidence in scientific literature.

  2. 2014

    Researchers begin formally identifying 'denominator neglect' and the cognitive biases associated with traditional uncertainty visuals.

  3. 2019

    Studies on the 'cone of uncertainty' highlight how standard forecasting visuals actively mislead the public during natural disasters.

  4. 2023

    Clinical studies demonstrate that expressive charts like violin plots significantly outperform error bars in correcting measurement misconceptions.

  5. February 2025

    A landmark study reveals that visualizing AI uncertainty actively increases trust among AI-skeptical users.

Viewpoints in depth

The Cognitive Psychology View

Focuses on how the human brain naturally misinterprets abstract probabilities and areas.

Cognitive researchers argue that the root of data misinterpretation lies in evolutionary biology. Human brains are wired to count discrete objects (frequencies) rather than estimate abstract areas or continuous probabilities. Therefore, when people see a solid bar chart or a continuous error bar, they struggle to intuitively grasp the underlying distribution. This camp advocates strongly for 'frequency framing'—using visual techniques like quantile dotplots or animated hypothetical outcome plots (HOPs) that force the viewer to see individual, discrete possibilities rather than a single, misleading average.

The Industry Practitioner View

Prioritizes stakeholder trust and actionable decision-making over pure statistical tradition.

For data designers and business analysts, the primary goal of a chart is to drive informed, responsible decisions. This camp argues that ignoring uncertainty is tantamount to misleading the audience. They emphasize practical, intuitive visual cues—such as making low-confidence data points blurry, using color gradients, or adjusting opacity. By making the 'messiness' of the data visually apparent, they aim to prevent executives and the public from placing unwarranted, absolute faith in predictive models, thereby fostering a culture of resilience and ethical data use.

The Statistical Tradition

Values mathematical precision, reproducibility, and space efficiency in scientific literature.

While acknowledging the cognitive pitfalls of traditional charts, many statisticians and academic researchers still defend the utility of error bars and confidence intervals. In peer-reviewed literature, these methods are highly space-efficient, allowing researchers to display the uncertainties of dozens of parameter estimates in a single, compact graph. This camp maintains that rather than abandoning these precise tools entirely, the focus should be on improving statistical literacy among the general public so that standard scientific notations are properly understood.

What we don't know

  • Whether the positive trust effects of uncertainty visualization hold true across all demographic and educational backgrounds globally.
  • How to standardize these new visualization techniques across different software platforms and media outlets.
  • The long-term impact of animated charts (like HOPs) on cognitive load and accessibility for visually impaired users.

Key terms

Error Bar
A line drawn through a point on a graph, parallel to one of the axes, which represents the uncertainty or variation of the corresponding coordinate of the point.
Violin Plot
A method of plotting numeric data that combines a traditional box plot with a kernel density plot to show the full distribution and peaks of the data.
Quantile Dotplot
A chart that represents a probability distribution using a stack of discrete dots, making it easier for viewers to estimate the likelihood of an event by counting.
Hypothetical Outcome Plots (HOPs)
An animated visualization technique that rapidly cycles through different possible data outcomes to give viewers an intuitive sense of probability.
Frequency Framing
The psychological practice of presenting probabilities as discrete counts (e.g., '3 out of 10') rather than abstract percentages, which improves human comprehension.

Frequently asked

Why do error bars confuse people?

Many people mistakenly believe the ends of an error bar represent the absolute maximum and minimum possible values, rather than a statistical confidence interval where the center is still the most likely outcome.

Does showing uncertainty make people trust science less?

Counterintuitively, no. Recent studies show that when data visualizations honestly depict uncertainty, it actually increases public trust, especially among those who are initially skeptical.

What is the problem with the hurricane 'cone of uncertainty'?

Viewers often misinterpret the widening cone as the physical size of the storm growing over time, rather than the expanding range of possible paths the storm's center might take.

How do animations help show uncertainty?

Animated charts, like Hypothetical Outcome Plots, cycle through various possible scenarios. This allows viewers to intuitively 'feel' the probability of different outcomes without needing to calculate complex statistics.

Sources

Source coverage

7 outlets

4 viewpoints surfaced

Cognitive Psychologists 30%Industry Practitioners 30%Data Scientists & Statisticians 20%Factlen Editorial Team 20%
  1. [1]Frontiers in Computer ScienceIndustry Practitioners

    Trusting AI: does uncertainty visualization affect decision-making?

    Read on Frontiers in Computer Science
  2. [2]Wiley Computational StatisticsData Scientists & Statisticians

    Uncertainty Visualization: Cognitive Theories and Best Practices

    Read on Wiley Computational Statistics
  3. [3]Assessment JournalCognitive Psychologists

    Visualizing Uncertainty to Promote Clinicians' Understanding of Measurement Error

    Read on Assessment Journal
  4. [4]Northwestern EngineeringCognitive Psychologists

    Confronting Unknowns: How to Interpret Uncertainty in Common Forms of Data Visualizations

    Read on Northwestern Engineering
  5. [5]Think DesignIndustry Practitioners

    Visualizing Uncertainty: Best Practices for Complex Data

    Read on Think Design
  6. [6]Dev3lopIndustry Practitioners

    Techniques for Visualizing Uncertainty Effectively

    Read on Dev3lop
  7. [7]Factlen Editorial TeamFactlen Editorial Team

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team
Stay informed

Every angle. Every day.

Get data analysis stories with full source coverage and perspective breakdowns delivered to your inbox.

The Science of Showing What We Don't Know: How Visualizing Uncertainty Increases Public Trust | Factlen