Oh, yes, I know how to do plots with multiple subplots. The thing here is that I had a function that returned a plot, and now I wanted to combine multiple returns of the function into a multiple-plot plot.
(but I have managed a workaround already, by passing the Plot structure to the function and the corresponding subplot).