Public
Edited
Jun 20, 2023
Paused
2 forks
2 stars
Insert cell
Insert cell
cars
Insert cell
Plot.plot({
marks: [
Plot.dot(cars, {
x: "power (hp)",
y: "economy (mpg)",
fill: "cylinders"
}),
Plot.dot(cars, Plot.groupZ({x: "median", y: "median"}, {
x: "power (hp)",
y: "economy (mpg)",
fill: "cylinders",
r: 30,
opacity: 0.5
})),
]
})
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