0

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. enter image description here

Ronak Shah
  • 355,584
  • 18
  • 123
  • 178
Hugo
  • 43
  • 4
  • 1
    You 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

0 Answers0