R/themes.R
no_y_text.Rd
Remove y-axis text and ticks
no_y_text()
A ggplot2 theme object.
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() + no_y_text()