You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -984,27 +984,27 @@ Equivalent to [Plot.cell](#plotcelldata-options), except that if the **y** optio
984
984
985
985
### Delaunay
986
986
987
-
Plot provides a handful of marks for Delaunay and Voronoi diagrams (using [d3-delaunay](https://github.com/d3/d3-delaunay) and [Delaunator](https://github.com/mapbox/delaunator)). These marks require the **x** and **y** channels to be specified.
987
+
[Source](./src/marks/delaunay.js) · Plot provides a handful of marks for Delaunay and Voronoi diagrams (using [d3-delaunay](https://github.com/d3/d3-delaunay) and [Delaunator](https://github.com/mapbox/delaunator)). These marks require the **x** and **y** channels to be specified.
988
988
989
989
#### Plot.delaunayLink(*data*, *options*)
990
990
991
-
[Source](./src/marks/delaunay.js) · Draws links for each edge of the Delaunay triangulation of the points given by the **x** and **y** channels.
991
+
Draws links for each edge of the Delaunay triangulation of the points given by the **x** and **y** channels.
992
992
993
993
#### Plot.delaunayMesh(*data*, *options*)
994
994
995
-
[Source](./src/marks/delaunay.js) · Draws a mesh of the Delaunay triangulation of the points given by the **x** and **y** channels.
995
+
Draws a mesh of the Delaunay triangulation of the points given by the **x** and **y** channels.
996
996
997
997
#### Plot.hull(*data*, *options*)
998
998
999
-
[Source](./src/marks/delaunay.js) · Draws a convex hull around the points given by the **x** and **y** channels.
999
+
Draws a convex hull around the points given by the **x** and **y** channels.
1000
1000
1001
1001
#### Plot.voronoi(*data*, *options*)
1002
1002
1003
-
[Source](./src/marks/voronoi.js) · Draws polygons for each cell of the Voronoi tesselation of the points given by the **x** and **y** channels.
1003
+
Draws polygons for each cell of the Voronoi tesselation of the points given by the **x** and **y** channels.
1004
1004
1005
1005
#### Plot.voronoiMesh(*data*, *options*)
1006
1006
1007
-
[Source](./src/marks/voronoi.js) · Draws a mesh for the cell boundaries of the Voronoi tesselation of the points given by the **x** and **y** channels.
1007
+
Draws a mesh for the cell boundaries of the Voronoi tesselation of the points given by the **x** and **y** channels.
0 commit comments