Skip to contents

Remove y-axis text and ticks

Usage

no_y_text()

Value

A ggplot2 theme object.

Examples

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