'right' and 'top' in plt.subplots_adjust() are not directly padding size
Author: K-gihuCreated May 5, 2022Updated May 7, 2022
Labelscheatsheet
Very thankful of the cheatsheet, but I think there's a little problem. In 'Axes adjustments' of the second cheatsheet, 'right' directly refers to the padding between subplots' right edge and figure's right edge. However it actually refers to the relative distance between subplots' right edge and figure's left edge. The same also applies to 'top'.
Source: matplotlib/cheatsheets