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