Observable PlotDistribution

Faceted Box Plot

Faceted box plots showing distributions across multiple panels.

Preview placeholder

boxplot-faceted-v1

Installation

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

Props

PropTypeDescription
dataFacetedData[]Data with faceting variable

See full TypeScript interface on GitHub for all props.

Usage Example

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