Export Image
Export Code

A5 Scatterplot Matrix D3

Eric Yao

Last edited Feb 27, 2024
Created on Feb 27, 2024
Forked from A5 Bubblechart D3

Took inspiration from my old scatterplot from A4.

Adapted a lot of code from here: https://observablehq.com/@d3/brushable-scatterplot-matrix Specifically used the coordinate system with [i,j] to plot the points and create the cells since I did not know how to do it with just the column's data.

MIT Licensed