How can the minimum visible tickmark of a histogram axis be set? A TGaxis object has the function SetWmin, but I’m not sure about the functionality for a TAxis.
For context, I’ve got one pad that has multiple histograms overlaid and another pad below that has a ratio plot. The lowest tickmark number of the overlaid histograms gets obscured partially by the ratio plot. I want to remove this lowest tickmark number.
Thanks for the suggestions. It seems to be an awkward problem. The best solution I’ve got now (though not a perfect one) is to make the lower pad transparent, which I am doing in the following way: