theme_no_yaxis: Remove ggplot yaxis title, text, and ticks

View source: R/scseq_reports.R

theme_no_yaxisR Documentation

Remove ggplot yaxis title, text, and ticks

Description

Remove ggplot yaxis title, text, and ticks

Usage

theme_no_yaxis()

Value

ggplot2 theme object

Examples


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


hms-dbmi/dseqr documentation built on Oct. 22, 2024, 12:10 a.m.