For example, ```js Plot.plot({ x: { domain: "AEIOU" }, y: { grid: true }, marks: [ Plot.barY(alphabet, {x: "letter", y: "frequency"}), Plot.ruleY([0]) ] }) ``` Expected <img width="632" alt="Screen Shot 2020-12-15 at 2 24 48 PM" src="https://user-images.githubusercontent.com/230541/102280065-50420600-3ee1-11eb-927b-90f07fa72dbe.png"> Actual <img width="639" alt="Screen Shot 2020-12-15 at 2 24 23 PM" src="https://user-images.githubusercontent.com/230541/102280070-51733300-3ee1-11eb-9d13-67b48be6c991.png">