Public
Edited
May 24, 2023
Insert cell
Insert cell
eda@2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
r: { range: [3, 10] },
color: {
domain: [0, 7],
type: "diverging",
scheme: "BuRd"
},
marks: [
Plot.dot(eda, {
x: "SUBMITTED_AT",
r: "VALUE",
// opacity: 0.7,
stroke: "VALUE",
fill: "VALUE"
})
]
})
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