Public
Edited
Jun 13, 2024
Insert cell
Insert cell
Plot.plot({
aspectRatio: 1,
inset: 5,
grid: true,
marks: [
Plot.text(
d3
.range(111)
.map((i) => [
Math.sqrt(i) * Math.sin(i / 10),
Math.sqrt(i) * Math.cos(i / 10)
])
)
]
})
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