I want to create square subplots which are publication quality using Matplotlib. Currently, I have 2 subplots which are made in a figure of size 8,5 and the X limits for both plots are different.
I would want both the subplots to be of square size rather than the Y axis being taller. Any suggestions ? Alternatively, is there a way where I can explicitly control the ratio of width and height of a subplot in matplotlib?
Below is the sample image which I have right now.
