Reputation: 24665
as title, I have having quite a lot of panels when generating a chart by ggplot, and I think the gap is a bit too wide, can I adjust it?
Thanks!
Upvotes: 2
Views: 756
Reputation: 1099
I believe this is what you want.
+ opts(panel.margin = unit(0, "inches"))
Upvotes: 4