### MRE ```{r} tinyplot::tinyplot( 1:3, c(1, 1, 1), by = c("a", "a", "a"), theme = "default", type = "n", grid = FALSE ) tinyplot::tinyplot_add(type = "b") ``` ### Expected result All points plotted <img width="400" height="600" alt="Image" src="https://github.com/user-attachments/assets/8bd9f1a5-1416-4511-b195-c3c70f07987e" /> ### Actual result Right most point cut off <img width="400" height="600" alt="Image" src="https://github.com/user-attachments/assets/2f07dae1-146e-46ab-a32c-8e4c3d30c261" />