When adding multiple colorbars with plt.colorbar to different subplots and then removing them again, the removal affects the width of the other subplot. This bug occurs with matplotlib>=3.4.0, ...
pyplot is adding an extra white rectangle to the image, which overlaps with the colorbar. Found when the image has multiple subplots, and only when .eps is used as the format and we use usetex.