I am looking to generate a handful of figures (with the help of a common function). Some of them would have 2 by 2 subplots, some with 5 by 2 subplots, and some that have 10 by 2 subplots. (since the function parameter may choose to output varying plots)
The challenging aspect I am witnessing is the size of the individual subplots itself. The subplots (be it 4 or 10 or 20) adjust to the main figure size figsize that is provided at the start of the plotting journey.
Is there a way i can rather fix the size of the subplots rather than looking at figsize ? This way i can automate the plotting for varied subplots and make them look consistent across the multiple figures I am planning to have.