Public
Edited
May 9, 2023
1 star
Insert cell
Insert cell
Plot.plot({
label: null,
marginLeft: 60,
height: 240,
grid: true,
r: {range: [0, 40]},
marks: [
Plot.dot(penguins, Plot.group({r: "count"}, {x: "species", y: "island", stroke: "sex"}))
]
})
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