Public
Edited
May 11, 2023
7 forks
Importers
4 stars
Insert cell
Insert cell
Plot.plot({
color: {scheme: "BuRd"},
marks: [
Plot.ruleY([0]),
Plot.dot(gistemp, {x: "Date", y: "Anomaly", stroke: "Anomaly"}),
Plot.lineY(gistemp, Plot.windowY(12, {x: "Date", y: "Anomaly"}))
]
})
Insert cell
gistemp = FileAttachment("gistemp.csv").csv({typed: true})
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