I would like to change the size of the subplot when I use Python's matplotlib. I already know how to change the size of the figure, however, how does one go about changing the size of the corresponding subplots themselves? This has remained somewhat elusive in my googling. Thanks.
(For example, given a figure where we have 2x4 subplots. I want to make the subplots within the figure occupy more area).