ggplot(data = mntd,aes(x = div, y = NTI,)) +
geom_point() +
theme_base() +
xlab("Plant species richness")
as you can see, I use theme_base() to plot, then I export it as an image. However, this ".png" file has three black borders (top, bottom and left), maybe you need to insert it into powerpoint for better observation.
I wonder how to remove these black borders.