Public
Edited
Dec 5, 2022
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.lineY(lines.filter(d => !!d.kran_allee), {x: "date", y: "kran_allee", stroke: "#4e79a7"}),
Plot.lineY(lines.filter(d => !!d.kran_allee), Plot.windowY({x: "date", y: "kran_allee", curve: "natural", stroke: "red", k: 50, reduce: "mean"})),
Plot.lineY(lines.filter(d => !!d.hoet_self), {x: "date", y: "hoet_self", stroke: "#0002"}),
Plot.lineY(lines.filter(d => !!d.hallerstr), {x: "date", y: "hallerstr", stroke: "#0002"}),
]
})
Insert cell
Insert cell
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