stat: "ellipse"

Confidence ellipse over bivariate points (level and type from params). Passes geometry suited to path/polygon-style marks.

Usage

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

<GGPlot data={rows} aes={{ x: "x", y: "y" }}>
  <GeomPath stat="ellipse" />
</GGPlot>
{
  "geom": "path",
  "stat": "ellipse"
}

Generated columns (after_stat)

This stat does not publish named after_stat columns in STAT_COLUMNS. It may still rewrite positions or filter rows; map aesthetics to data fields as usual.

Default for geoms

No geom uses this as its default stat. Set it explicitly when needed.

Compatible geoms

Examples

← All stats · Geoms · Statistics and positions