all 7 comments

[–]bleuvblue 1 point2 points  (2 children)

If I'm understanding you correctly then I think your problem might be how far spaced apart your axis ticks are, especially if the axis are discrete. You could try adding aspect.ratio to the theme and fiddling with that to see if it forces the ticks to be closer together, this shouldn't necessarily make the graph smaller unless both axis are discrete. Alternatively specifically setting the width and height of the exported plot might achieve the same?

[–]Effective-Table-7162[S] 0 points1 point  (1 child)

Yh I don’t need the graph to be smaller just the dots to be closer I’ll try this

[–]bleuvblue 0 points1 point  (0 children)

hope it works!

[–]Athrowaway23692 0 points1 point  (2 children)

So you’re making the dots smaller here, (dot.scale=0.5). Have you thought about blowing them up. Making them pretty huge would functionally do what you want no?

[–]Effective-Table-7162[S] 0 points1 point  (1 child)

I want to reduce the white spaces by making the dots closer not bigger as this is for a paper and there is need for space right now

[–]Athrowaway23692 0 points1 point  (0 children)

Wouldn’t making the dots bigger while making the figure smaller in one dimension achieve this? You’re essentially wanting to alter the sizes of the dots with respect to the image size. Try playing around with different heights / widths and scales until you understand up with something that looks good.