Hi Grant, is there a way to ensure that points and/or the linear model don't get clipped outside the axes? One idea would be to pass a character vector to type to ensure this?
library(tinyplot)
tinyplot(Sepal.Width ~ Petal.Width | Species, data = iris, type = "lm")
tinyplot_add(type = "p")

tinyplot(Sepal.Width ~ Petal.Width | Species, data = iris, type = "p")

Created on 2025-08-21 with reprex v2.1.1