Public
Edited
Feb 15, 2024
Insert cell
Insert cell
import { driving } from "@observablehq/plot-test-data"
Insert cell
drivingShifts= driving.data
Insert cell
Plot.plot({
width,
x: { grid: true },
y: { grid: true },
marks: [Plot.line(drivingShifts, { x: "miles", y: "gas", tip: true })]
})
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