I have two rows of subpolots but an overall odd amount of plots (2 rows, one with 5 columns and the other with four columns. I would like to have subplots show the first row with 5 columns and the bottom rown with four columns, but I would like the four columns in the bottom row to be stacked like bricks...
| 1 | 2 | 3 | 4 | 5 | --> row 1
| 6 | 7 | 8 | 9 | --> row 2
But I cannot quite figure out how to do this by the docs. Is there anyway to accomplish this?
