Observable PlotStatistical

Correlation Heatmap

Lower-triangle correlation matrix heatmap with value annotations.

Preview placeholder

correlation-heatmap-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/correlation-heatmap-v1

Props

PropTypeDescription
dataCorrelationMatrixCorrelation matrix data
showValuesbooleanDisplay correlation values

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { CorrelationHeatmap } from '@/viz/components/plot/generic/correlation-heatmap-v1';