Hello,
I am writing this post about the plot_grid function.
I have 3 maps that I would like to plot on a single page.
What I would like is to have my 3 cards in 2 columns and 2 rows where my first 2 cards only the first column and the third occupies the entire 2nd length because it is a vertically large card.
In addition, my maps having the same legend, I would like there to be only one legend common to my 3 maps and also if possible the latitude axis and the common longitude axis for the 3 maps as well.
How I could write my code with plot_grid or with another function if you know.
Thank you