Increase distance between text and title on the y-axis
136
The y-axis title appears too close to the axis text.
ggplot(mpg, aes(cty, hwy)) + geom_point()

I have tried changing the value of many parameters with theme() but none seems to help.
The y-axis title appears too close to the axis text.
ggplot(mpg, aes(cty, hwy)) + geom_point()

I have tried changing the value of many parameters with theme() but none seems to help.