Skip to content

Commit 408b3b2

Browse files
committed
Update CHANGELOG
1 parent 5517175 commit 408b3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The new [Delaunay and Voronoi marks](./README.md#delaunay) produce Delaunay tria
4141
```js
4242
Plot.plot({
4343
marks: [
44-
Plot.dot(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", fill: "currentColor", r: 1.5}),
45-
Plot.voronoi(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", stroke: "species"})
44+
Plot.voronoi(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", fill: "species", fillOpacity: 0.2, stroke: "white"}),
45+
Plot.dot(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", fill: "species"})
4646
]
4747
})
4848
```

0 commit comments

Comments
 (0)