Plot paired observations to reveal correlation, clusters, and outliers.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Each observation becomes a point positioned by independent x and y scales; optional color or size channels encode additional variables. The plot preserves individual observations rather than aggregating them into bins.
Title: Height vs Weight
X label: Height (cm)
Y label: Weight (kg)
Points: [{"x":160,"y":55},{"x":170,"y":65},{"x":175,"y":70},{"x":180,"y":80},{"x":165,"y":60}]
Width: 500
Height: 400
Color: #4e79a7
Point size: 5
Analytics, experiments, and predicted-versus-measured quality reviews use scatter plots.