Text shifted in legend because of LaTeX formatting in matplotlib
For some reason in my subplot, the legend of the second ax is cropped at the bottom inside of the legend box. It seems the index causes the text to shift a bit.
Text cropped in matplotlib legend
For some reason in my subplot, the legend of the second ax is cropped at the bottom inside of the legend box. The legend box itself is perfectly fine. I’ve check if the grid or the tight layout were responsible but they weren’t. What could cause such an issue?