Public
Edited
Jun 20, 2023
Insert cell
Insert cell
samp-2023-04.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
x: {type: "time"},
marks: [
Plot.rectY(data, Plot.binX({y: "count"}, {x: "timestamp",
thresholds: d3.utcMinutes(new Date('2023-04-03T00:00:00-07:00'),
new Date('2023-04-03T12:00:00-07:00')), inset: 0})),
Plot.ruleY([0])
]
})
Insert cell
Insert cell
Plot.plot({
x: {type: "time"},
marks: [
Plot.rectY(data, Plot.binX({y: "count"},
{x: "timestamp", thresholds: d3.utcHour, inset: 0})),
Plot.ruleY([0])
]
})
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