Visualizing the Invisible
In public health visualization, we often face a dangerous paradox: the maps we build to inform policy can sometimes mislead the very people relying on them. This is primarily due to a phenomenon known as Area-Population Bias to Cartographers.
The Problem: Area-Population Bias
Standard choropleth maps (colored regions) suffer from a major UX flaw: large, sparsely populated counties visually dominate the map because they occupy more screen pixels. Meanwhile, dense urban centers—where the majority of the human impact actually lies—are reduced to tiny, easily overlooked fragments.
This creates a distortion where a viewer might prioritize a vast rural area with a high rate but few people, over a small city with a slightly lower rate but thousands of affected individuals.
The Solution: The "Texture Map" Approach
To overcome this, we can adopt a Value-by-Texture Bivariate Map approach. This involves a dual-encoding strategy that fuses two distinct data layers into a single visual surface:
This approach transforms abstract "points of interest" into a texture. According to Bertin’s visualization theory, texture is a distinct visual variable from color, allowing users to process the map in two distinct but connected cognitive passes:
Texture Maps vs. Traditional Bivariate Maps
Traditional bivariate maps often use a 3x3 Color Matrix (e.g., a "Teal-Pink-Purple" legend). While scientifically precise, these are notoriously difficult for general audiences to interpret.
The texture approach reduces this cognitive load significantly:
Designing for Contrast: The "Snowfall" Effect
A critical implementation detail is Simultaneous Contrast. Simply overlaying black or gray dots often fails because they disappear against dark, high-prevalence backgrounds—hiding the most critical data.
The solution is to invert the texture color to White (or opaque light cyan). This creates a "snowfall" effect where the texture pops most intensely against high-risk areas, naturally guiding the eye to urban centers with significant health challenges.
Recommended by LinkedIn
Case Study: The US Diabetes Atlas
Theory is useful, but how does this look in practice? I applied this texture mapping technique to national diabetes surveillance data to solve a persistent reporting challenge.
The Standard View
Figure 3 shows what stakeholders typically see: a standard choropleth map of diabetes prevalence. Notice how large rural counties in the West and Midwest dominate the visual field, despite having relatively small populations.
Revealing the Population
Figure 4 reveals what's hidden in the standard view: population distribution. The dot density layer shows where people actually live—concentrated along the coasts, in the Sun Belt, and around the Great Lakes. This is the "invisible" context that traditional maps fail to communicate.
The Texture Map Synthesis
Figure 5 demonstrates the power of combining both layers. The texture naturally guides the eye to high-burden areas—regions that are both dark (high diabetes prevalence) AND textured (high population). Urban centers in the Southeast "Diabetes Belt" now stand out appropriately, while empty high-rate rural areas recede into context.
Correlating Risk Factors
Crucially, because the texture provides population context intrinsically, we free up the map's "visual bandwidth" to overlay additional drivers. In Figure 6, I add 200,000+ fast food locations shown in orange, while the population density dots remain in gray. We can now instantly spot "food swamps"—dense clusters of fast food in high-diabetes, high-population zones.
Significance for Policymakers
Why this matters: By shifting from a standard map to a Texture Map, we reduce cognitive load and prevent resource misallocation.
We stop asking users to mentally juggle separate "Population" and "Rate" maps. Instead, we present a unified narrative: "Here is the risk, and here is who is experiencing it."
Join the Conversation
I am exploring the limits of this Bivariate Texture technique for public health data. I'd love to hear your thoughts:
Leave a comment below or connect with me to discuss data visualization in public health.
Kiran, I found your insights valuable. Your description of the distortion problem was illuminating. I see how your solution solves the problem. Thx for the visuals.