I would like to shorten the x-axis in a stripchart so it isn't going way past my data. How can I do this?
I used at = seq(1, length.out = length(unique(Avagno0 $NugentScore)), by = 0.5)
to bring the spacing between colmuns closer together.
This is the picture of the graph:
Any help is greatly appreciated!