Public
Edited
Dec 16, 2022
16 forks
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.ruleY([0]),
Plot.line(infections, {x: "parsedDate", y: "new_cases_smoothed", z: "id"})
]
})
Insert cell
Insert cell
Plot.plot({
height: 640,
x: {type: "log"},
marks: [
Plot.dot(vaccinated, {y: "people_fully_vaccinated_per_hundred", x: "gdp_per_capita", r: "population"})
]
})
Insert cell
Insert cell
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