Hi,
I would like to jitter some points but run into error saying x,y missing from aes. However, they are clearly there! Below code runs without + scale_x_continuous() + geom_jitter()
Thanks
Yep, just as @rafaelmenmell showed, you can make things easier on yourself by specifying the aesthetics in the original ggplot() call, if you're using the same aesthetics for x and y for both geoms.