Observable PlotDistribution

Density Plot

Kernel density estimation plot for smooth distribution visualization.

Preview placeholder

density-v1

Installation

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

Props

PropTypeDescription
datanumber[]Numeric values
bandwidthnumberKDE bandwidth

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { DensityPlot } from '@/viz/components/plot/generic/density-v1';