Platform
Resources
Pricing
Sign in
Get started
Robert Lesser
MBA Candidate at Columbia, Software Engineer, Former Managing Web Editor @ The Michigan Daily. Building things I can see.
Workspace
Fork
Published
Voronoi
By
Robert Lesser
Edited
Mar 1, 2022
Fork of
Voronoi Spirals II
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
viewof
color
=
html
`<input type="color" value="#942193"\>`
Insert cell
points
=
replay
,
Array
.
from
(
{
length
:
n
<<
1
}
,
(
_
,
i
)
=>
Math
.
random
(
)
*
(
i
&
1
?
height
:
width
)
)
Insert cell
n
=
100
Insert cell
height
=
Math
.
max
(
600
,
width
)
Insert cell
d3
=
require
(
"d3-delaunay@4"
,
"d3-polygon@1"
)
Insert cell
Insert cell
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.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
replay
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
canvas
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
color
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
points
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
n
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML