Public
Edited
Apr 27, 2023
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Plot.plot({
aspectRatio: true,
inset: 10,
marks: [
Plot.line(
{ length: 179 },
{
x: (_, i) => d3.pointRadial(i * Math.PI / 10, i)[0],
y: (_, i) => d3.pointRadial(i * Math.PI / 10, i)[1],
curve: "natural",
marker: true
}
)
]
})
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