I created a bubble plot with geom_point() in RStudio, but there are lots of white space between x = -0.25 to x = 0.25 . I wonder if there is a way to hide this part so that my plot looks more compact.
Asked
Active
Viewed 43 times
0

Ronak Shah
- 377,200
- 20
- 156
- 213

Hugo
- 63
- 4
-
1You can separate them into two group and use `facet_` + remove spacing. Something similar to this https://stackoverflow.com/q/52554822/786542 – Tung Jun 23 '21 at 15:23
-
thanks, this is what I want. – Hugo Jun 23 '21 at 21:07