GeomBlank

Blank geometry: contributes mapped aesthetics to scale training and layout without drawing marks or hit targets. No channels are required; whatever is mapped trains its scale.

Defaults

geom
blank
default stat
identity
default position
identity
params type
BlankParams

Svelte component

import { GGPlot, GeomBlank } from "@ggsvelte/svelte";

<GGPlot data={rows} aes={{ x: "x", y: "y" }}>
  <GeomBlank />
</GGPlot>

JSON layer

{
  "geom": "blank"
}

Params

This geom has no layer params (empty params object).

Allowed stats

Allowed positions

Examples

← All geoms · Getting started