We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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