Time:06-14
I came across this issue while analyzing my data and I was able to replicate it with the example of the
If you want jittered points, use either geom_point(position = "jitter") or geom_jitter(), not both.
geom_point(position = "jitter")
geom_jitter()
Page link:https//www.codepudding.com/Softwareengineering/441034.html