Public
Edited
Jan 4, 2024
1 fork
Insert cell
Insert cell
viewof age = interval([9, 20], {
step: .25,
value: [9, 20],
label: 'Age of acquisition (mos)',
})
Insert cell
plot = Plot.dot(data.filter((d) => d.aoa >= age[0] && d.aoa <= age[1]), {x: "s_uttlen_pre", y: "sln_freq_pre", stroke: "small_cat"}).plot()

Insert cell
Insert cell
Insert cell
Insert cell
// redivis.setApiProxy('https://localhost:8443/api/v1')
Insert cell
webr = import("https://cdn.skypack.dev/webr@0.2.0")
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