If a plot specifies an inset as well as axis marks, then the resulting height causes y labels to overlap if the data only produces two bands: ```js Plot.plot({ inset: 20, marks: [ Plot.axisX({anchor: "top"}), Plot.axisX({anchor: "bottom"}), Plot.dot("AB", {y: d => d, x: 0}) ] }) ``` Screenshot: <img width="584" alt="Image" src="https://github.com/user-attachments/assets/565baf2d-4304-4b00-9ff3-d7860413249e" />