creat two or more plots in one background using ggplot2

We probably need your code and some sample data. I am not really sure what you mean by two or more plots in one background. Have a look at
FAQ: How to do a minimal reproducible example ( reprex ) for beginners

Depending on what you are doing you may wast to have a look at ggplot2's .facet_wrap or facet_grid options. As @ nirgrahamuk says you probably need another package.

1 Like