Public
Edited
Apr 26, 2023
3 forks
1 star
Insert cell
Insert cell
Insert cell
Plot.plot({
y: {percent: true}, // convert proportion [0, 1] to percent [0, 100]
color: {scheme: "BuRd"},
marks: [
Plot.rectY(gistemp, Plot.binX({y: "proportion", fill: "x"}, {x: "Anomaly", fill: "Anomaly"})),
Plot.ruleY([0])
]
})
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