Grammar of Graphics
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Data: the information to be visualized. Mapping: the correspondence between data variables and visual attributes. Geometric objects: graphical elements such as points, lines, and bars. Coordinate system: the spatial organization of data.
SCAFFOLDING EFFECT
Reduce cognitive load
The compositional grammar of visualization. It decomposes charts into composable modular elements and is the theoretical foundation of modern visualization tools such as ggplot2.
Anchor fast decisions
The Grammar of Graphics (Wilkinson) breaks statistical graphics into composable elements: data, scales, coordinate systems, geometric objects, statistical transformations, etc., and 'generates' plots like forming sentences with grammar. It makes plotting systematic and reusable, and is the basis of ggplot and others.
MINIMUM ACTION
In progress 0/5Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Wilkinson%27s_Grammar_of_Graphicsverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS