0

I have several ggplot objects called p1,p2,p3,p4. I wouldd like to plot them all in one page. To do so I am creating a list of ggplots:

library(cowplot)
plot_grid(p1, p2, p3, p4, labels = "AUTO")

This command plots all of them but it changes the theme and background and other details of my single original plots.

Do you know how can I plot them together without loosing any feature of original plots? Thanks

Axeman
  • 32,068
  • 8
  • 81
  • 94
say.ff
  • 373
  • 1
  • 7
  • 21
  • 2
    Please check my inclusion of `library(cowplot)`. Is that what you are doing? – Axeman Apr 10 '19 at 20:39
  • 3
    Very likely related: https://stackoverflow.com/questions/41096293/cowplot-made-ggplot2-theme-disappear-how-to-see-current-ggplot2-theme-and-res/41096936#41096936 – Axeman Apr 10 '19 at 20:40

0 Answers0