Figure.subplots is a convenient method for creating a grid of subplots with shared axes, with the redundant tick labels and such automatically handled for you. It would be helpful if this method could ...
If width_ratios is instead [1,1,0.8], all of the axes appear. I can achieve the desired width ratios if I use GridSpec directly instead of using the wrappers, but it would be nice if the wrappers didn ...