data icon indicating copy to clipboard operation
data copied to clipboard

Add ylab to ggplot with fivethirtyeight ggtheme

Open Montana opened this issue 3 years ago • 0 comments

For example, could I theoretically add:

theme(axis.title = element_text()) + ylab('Something')

To my graph, but then I'll still get an x axis label. I'm thinking an alternative would be to use:

theme(axis.title = element_text(), axis.title.x = element_blank()) + ylab('Something')

Any help is appreciated.

Montana avatar Jan 19 '22 21:01 Montana