Public
Edited
Jun 25, 2023
Insert cell
Insert cell
Plot.plot({
y: { domain: [0, 400] },
marks: [Plot.line(jobs, { x: "year_mon", y: "cnt" })]
})
Insert cell
Plot.plot({
y: { domain: [0, 3000] },
marks: [
Plot.line(new_postings, {
x: (d) => new Date(d.year.toString()),
y: "new_postings"
})
]
})
Insert cell
monthly_postings@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
new_postings.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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