powered by
Checks font sizes, label overlap, and text readability issues.
gg_audit_text(plot)
A list of issues, warnings, and suggestions
A ggplot2 object
library(ggplot2) p <- ggplot(mtcars, aes(x = rownames(mtcars), y = mpg)) + geom_col() + theme(axis.text.x = element_text(size = 6)) gg_audit_text(p)
Run the code above in your browser using DataLab