Public
Edited
Apr 25, 2023
Insert cell
Insert cell
Insert cell
Insert cell
import {chart as scatterplotMatrix} from "@d3/scatterplot-matrix"
Insert cell
data_cars = cars

Insert cell

filtered_cars = data_cars.map(({Name, Miles_per_Gallon, Weight_in_lbs}) => ({Name, Miles_per_Gallon, Weight_in_lbs}))

Insert cell
filtered_cars = cars.map(({Name, Miles_per_Gallon, Weight_in_lbs}) => ({Name, Miles_per_Gallon, Weight_in_lbs}))


updateData(filtered_cars)

scatterplotMatrix
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more