← Back to patterns
Relationship

Scatter Plot

Two quantitative variables plotted as points.

Best For

Correlation, clusters, outliers.

Live Demo

Live demo not yet available for this pattern

Usage

import { ScatterPlot } from 'dolex/react';

<ScatterPlot spec={spec} width={800} height={500} />