Public
Edited
Jan 7, 2024
Insert cell
Insert cell
pizzaOrders-2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
title: "How does price affect quantity..." ,
height: 1000,
width: 1000,
marginLeft: 40,
marginRight: 30,
marginTop: 70,
marginBottom: 60,
style:{fontSize: 20},
marks: [
Plot.density(pizza, {x: "total", y: "unit_price", stroke: "Category"})
]
})
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

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