 ``` Plot.dot( penguins, Plot.dodgeY({ x: "culmen_length_mm", symbol: (d) => (d.sex === "FEMALE" ? "square" : "star"), tip: true }) ).plot({ height: 220 }) ``` The [Object object] is the `{draw: function}` that corresponds to the symbol. Maybe it should just have a `toString`?