Unlisted
Edited
Jun 11, 2024
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.dot(penguins, {x: "culmen_length_mm", y: "culmen_depth_mm", tip: true})
]
})
Insert cell
<style>

body {
background-color: darkblue;
color: white;
}

h1, h2 {
color: white;
}

.plot-d6a7b5 {
--plot-background: darkblue;
}
</style>
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