Public
Edited
Feb 3
Insert cell
Insert cell
global_temps@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
global_temps1.forEach((d) => (d.Date = new Date(d.Date)))
Insert cell
Insert cell
Insert cell
Plot.plot({
color: { type: "linear", legend: false, scheme: "PuOr" },
width: 1000,
height: 800,
marks: [
Plot.ruleY([0]),
Plot.ruleX(global_temps1, {
x: "Date",
y: "temp",
stroke: "temp",
tip: true
})
]
})
Insert cell
viewof button = Inputs.button("Click me")
Insert cell
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