Skip to content

Commit e891024

Browse files
authored
Update README.md (#575)
1 parent 8000039 commit e891024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,11 @@ Plot.plot({
469469
data: penguins,
470470
x: "sex"
471471
},
472-
marks: {
472+
marks: [
473473
Plot.frame(), // draws an outline around each facet
474474
Plot.dot(penguins, {x: "culmen_length_mm", y: "culmen_depth_mm", fill: "#eee", facet: "exclude"}), // draws excluded penguins on each facet
475475
Plot.dot(penguins, {x: "culmen_length_mm", y: "culmen_depth_mm"}) // draws only the current facet’s subset
476-
}
476+
]
477477
})
478478
```
479479

0 commit comments

Comments
 (0)