All's in the title (notice how the descender of the "j" (also pretty bad with "g") runs into the outwards tick). ``` from pylab import * rcParams["xtick.direction"] = "out" gca().set_title("j" * 30) tight_layout() show() ``` 1.5.0  master 