Skip to content

Commit

Permalink
oops, fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 23, 2024
1 parent 49da12a commit 76733de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/plots/explicit-symbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export async function explicitSymbol() {
Plot.dodgeY({
x: "culmen_length_mm",
symbol: (d) => (d.sex === "FEMALE" ? "square" : "star"),
fill: "sex",
tip: true
})
)
Expand Down

0 comments on commit 76733de

Please sign in to comment.