Observable PlotDistribution

Grouped Box Plot

Grouped box plots for comparing distributions across two categorical variables.

Preview placeholder

boxplot-grouped-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/boxplot-grouped-v1

Props

PropTypeDescription
dataGroupedBoxData[]Data with two grouping variables

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { GroupedBoxPlot } from '@/viz/components/plot/generic/boxplot-grouped-v1';