Functions
aes - Bind column names to visual channels to form an aesthetic mapping.
after-scale - Transform an aesthetic’s resolved value just before it reaches the geom’s draw step.
after-stat - Bind an aesthetic to a column produced by the layer’s stat, or to a per-row computation over the post-stat data.
as-factor - Coerce a column to string factors, or tag an aesthetic as discrete.
as-numeric - Coerce a column to numeric, or tag an aesthetic as continuous.
compose - Arrange multiple plots into a grid or stack with a shared, hoisted legend.
from-theme - Pull a value from the resolved theme at render time.
plot - Compose a layered plot from data, aesthetics, and geom layers.
stage - Compose all three late-binding lanes for a single aesthetic.
typst - Mark a value for Typst-markup evaluation.
Back to top