Public
Edited
Jul 9, 2024
Insert cell
Insert cell
Insert cell
Explore = (a, b) =>
Plot.dot(tdvHackaviz_20182.features, {
x: (d) => d.properties[a],
y: (d) => d.properties[b],
channels: {
commune: { value: (d) => d.properties.commune, label: "commune" }
},
tip: {
format: {
commune: true
}
}
}).plot()
Insert cell
Insert cell
Insert cell
Insert cell
Explore(select1, select2)
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