Make longer subplot tick marks in matplotlib?
问题 I am trying to alter the tick marks along the axes of a python multipanel subplot. I have two panels that share a common x-axis. I have made the border around the plot thicker as well as making all of the tick marks along the axes thicker. I have two questions: How can I make all tick marks (both axes) longer so they are more visible? How do I add smaller but still noticable tick marks between major tick marks? Here is a minimum working example of what I have so far. from numpy import * from