Skip to contents

Remove x-axis text and ticks

Usage

no_x_text()

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
  geom_point() +
  no_x_text()