The problem was found by @QuLogic in #7113. ``` python import matplotlib.pyplot as plt fig, ax = plt.subplots() ax.tick_params(length=20) plt.show() ```