Public
Edited
Dec 16, 2022
Insert cell
Insert cell
3175546.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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

Insert cell
Plot.plot({
width: width,
marks: [
Plot.rectY(AAsnow.slice(-50), {
interval: d3.utcDay,
x: "DATE",
y: "SNOW"
}),
Plot.ruleY([0])
]
})
Insert cell
3175546.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

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

Insert cell
Plot.plot({
marks: [Plot.areaY(AAtemp, { x: "DATE", y1: "TMAX", y2: "TMIN" })]
})
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