I am trying to make an arrangement of ggplots. I am able to set it up but the plots overlap. How do I fix this?
grid.arrange(NFL_Plot, NBA_Plot, MLB_Plot, NHL_lot,NASCAR_Plot, CBB_Plot, CFB_Plot,
ncol = 3, nrow = 3)`
This is what it looks like when I run the code