The x-axis top labels are out of the border in my plot, how can fit all the words in there?
I have tried the following, but seems not working:
theme(axis.text.x.top = element_text(margin = margin(...))
theme(axis.title.x.top = element_text(margin = margin(...))
Thanks!