Observable PlotDistribution

Distribution Plot

Multiple distribution visualizations combined (histogram, density, rug plot).

Preview placeholder

distribution-v1

Installation

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

Props

PropTypeDescription
datanumber[]Numeric distribution data

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { Distribution } from '@/viz/components/plot/generic/distribution-v1';