Observable PlotDistribution

Faceted Grouped Box Plot

Combined faceting and grouping for complex distribution comparisons.

Preview placeholder

boxplot-faceted-grouped-v1

Installation

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

Props

PropTypeDescription
dataComplexBoxData[]Data with facet and group variables

See full TypeScript interface on GitHub for all props.

Usage Example

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