Public
Edited
Nov 4, 2022
2 forks
2 stars
Insert cell
Insert cell
CovidData.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
coviddata
Insert cell
Plot.plot({
marks: [
Plot.dot(coviddata, {x: "cases", y: "deaths", fill:"Date"})
],
color: {legend: true},
height: 600,
width: width,
grid: 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