Public
Edited
Mar 31, 2023
3 stars
Also listed in…
Support
Insert cell
Insert cell
Plot.plot({
marginTop: 75,
marks: [

Plot.axisY({ label: "\n\n\n\n\n↑ flipper_length_mm" }),
Plot.text(["My title\nover two lines"], {
frameAnchor: "top",
dy: -20,
fontSize: 30,
fontWeight: "bold",
lineAnchor: "bottom",
text: (d) => d
}),

Plot.dot(penguins, {
x: "culmen_length_mm",
y: "flipper_length_mm",
fill: "island"
})
]
})
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