Public
Edited
May 9, 2023
9 forks
3 stars
Insert cell
Insert cell
Plot.plot({
grid: true,
x: {label: "Body mass (g) →"},
y: {label: "↑ Flipper length (mm)"},
symbol: {legend: true},
marks: [
Plot.dot(penguins, {x: "body_mass_g", y: "flipper_length_mm", stroke: "species", symbol: "species"})
]
})
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