Public
Edited
Jun 15, 2023
Insert cell
Insert cell
scatter.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
scatter
X
rev19
Y
txac19
Color
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marks: [Plot.dot(scatter, { x: "rev19", y: "txac19", tip: true, title: (d) => d.libgeo })]
})
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