Observable PlotDistribution

Strip Plot

Strip plot (1D scatter) for categorical data showing individual points.

Preview placeholder

strip-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/strip-v1

Props

PropTypeDescription
dataStripData[]Categorical data with values
jitternumberAmount of horizontal jitter

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { StripPlot } from '@/viz/components/plot/generic/strip-v1';