4. Visual Variables
4. Visual Variables
For Graphic Semiology Fundamentals from Session 1
Notes
- 1️⃣ Session 1: Graphic Semiology Fundamentals
- 4. Visual Variables
4.1. The Eight Visual Variables
Bertin identifies eight key visual variables used to encode data in 2D graphics.
Variable | Description | Example Use |
---|---|---|
Position (Planar) | $X$/$Y$ coordinates | Maps, scatter plots |
Size (Retinal) | Magnitude (length, area, volume) | Bubble charts |
Value (Retinal) | Lightness/darkness | Heatmaps, shading |
Texture (Retinal) | Pattern density | Map hatching |
Color (Hue) (Retinal) | Color spectrum distinction | Categorical maps/charts |
Orientation (Retinal) | Angle/direction | Wind maps, texture direction |
Shape (Retinal) | Icon/form | Markers, diagram symbols |
Grain (Retinal) | Fineness or coarseness of texture | (Often non-standard, overlaps above) |
4.2. Properties of Visual Variables
- Selectivity: Can similar symbols be rapidly and preattentively recognized?
- Associativity: Can variables be grouped and compared without interference from others?
- Order: Can the variable sensibly convey progression or ranking?
- Quantification: Can the variable indicate measurable differences?
Associativity is crucial for design: some variables interfere with others (disassociativity), making layering complex data less clear.
Ticktockmaths collections such as Bad Graphs. You will notice in some of those examples that those properties can be instrumentalized to influence our perception.
4.3. Illustration of Bertin's Visual Variables
4.4. Datasets used in the following examples
We'll use some panel data: GDP (nominal) per year and per country. The dataset and its documentation are available here.
4.5. Interactive Example with GDP Data
About this visualization: We demonstrate Bertin's six visual variables using GDP data from a carefully selected mix of countries representing different economic realities - major economies (US, China, Germany, Japan), emerging markets (Brazil, India, Mexico, South Korea), wealthy small nations (Switzerland, Netherlands, Sweden, Norway), and developing economies (Nigeria, Bangladesh, Vietnam, Kenya). This diversity ensures our visual encodings work across the full spectrum of values, not just extremes.
The six visual variables in action:
- Position (x,y) → scatter plot coordinates
- Size → circle areas proportional to GDP
- Value → grayscale intensity (darker = higher GDP)
- Color → hue categories (red=highest to blue=lowest)
- Orientation → line styles showing GDP trends over time
- Shape → markers representing continents