Platform
Resources
Pricing
Sign in
Get started
Fil
Vocateur.
Workspace
Fork
Published
Voronoi
By
Fil
Edited
Jul 30, 2018
4 stars
Voronoi
Plot: Voronoi labels
Delaunay edge coloring
Delaunay sub-graphs
d3-delaunay@6 robustly released
Clip Lloyd
Semi-square voronoi
TP3: Power Diagram and Semi-Discrete Optimal Transport
Spatial interpolation: Voronoi & Blur (code)
Paths Delaunay hover
Self-Organizing Maps meet Delaunay
VoronoiMap2D
Polygon Triangulation
Hello, constrainautor
The Gray-Fuller spatial grid
Unconnected Delaunay Neighbors
Linde–Buzo–Gray stippling
Lloyd’s relaxation on a graph
Manhattan Voronoi II
Manhattan Voronoi
Graph Voronoi
World Cities Urquhart
UK Tricontours
Geo Voronoi interpolation
Spherical contours
Petri dish bubbling
d3-geo-voronoi and gridded data
Delaunay.findTriangle
Iris Voronoi 3
The Voronoi projection
South Africa’s medial axis
Direction to shore
Distance to shore
t-SNE Voronoi
Murphey Butterfly Projection
Alpha shapes 3
Alpha shapes 2
So many countries’ Voronois
Kruskal Maze
Offscreen Voronoi
Geo Mesh & fake points
Drawing Voronoi with two.js
Alpha shapes
Spherical Voronoi
Perturbed Geodesic Rainbow
World Airports Urquhart
Spherical Lloyds Relaxation
Antarctica’s Voronoi
World Airports Voronoi
The Urquhart graph
Geo Delaunay
Insert cell
Insert cell
Two
=
require
(
"two.js"
)
Insert cell
two
=
new
Two
(
{
width
:
width
,
height
:
height
,
antialias
:
true
,
preserveDrawingBuffer
:
false
,
type
:
Two
.
Types
[
type
]
}
)
.
appendTo
(
(
(
container
.
innerHTML
=
""
)
,
container
)
)
Insert cell
Insert cell
Insert cell
MAIN
=
{
yield
"—"
;
two
.
clear
(
)
;
voronoi
.
polygons
.
forEach
(
(
p
,
i
)
=>
{
p
=
two
.
makePath
(
p
.
map
(
d
=>
new
Two
.
Anchor
(
...
d
)
)
)
;
p
.
fill
=
scheme
[
i
%
scheme
.
length
]
;
p
.
stroke
=
p
.
fill
;
}
)
;
two
.
update
(
)
;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Two
Show 1 comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
two
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
type
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
container
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
MAIN
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
height
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
n
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
points
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
scheme
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
voronoi
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
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