Public
Edited
May 24, 2023
4 forks
2 stars
Insert cell
Insert cell
Plot.plot({
margin: 30,
inset: 10,
grid: true,
style: {
padding: 10,
color: "black",
background: `url(${await FileAttachment("sea-ice.jpg").url()})`,
backgroundSize: "cover"
},
marks: [
Plot.frame(),
Plot.dot(penguins, {x: "culmen_length_mm", y: "culmen_depth_mm", fill: "white", stroke: "black"})
]
})
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