Public
Edited
Sep 26, 2023
2 forks
7 stars
Insert cell
Insert cell
Insert cell
Plot.dot(olympians, {
x: "weight",
y: "height",
stroke: "sex",
channels: {
name: "name",
nationality: {
value: "nationality",
label: "country"
},
sport: "sport"
},
tip: {
format: {
name: true,
sport: true,
nationality: true,
y: (d) => `${d}m`,
x: (d) => `${d}kg`,
stroke: false
}
}
}).plot()
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