i.e., when las = 2 or 3.
Same problem for both numeric and character/factor axes.
library(tinyplot)
tinytheme('clean', las = 2)
plt(Temp ~ I(1e5 * Month), data = airquality)

plt(Temp ~ I(month.name[Month]), data = airquality)

Created on 2025-04-10 with reprex v2.1.1
Fix incoming shortly...
i.e., when
las= 2 or 3.Same problem for both numeric and character/factor axes.
Created on 2025-04-10 with reprex v2.1.1
Fix incoming shortly...