Irregular tick marks in histogram

Hi all

I am wondering if there is an easy way of making irregular tick marks in a histogram. Like if I have 100 bins in my histogram, make a mark at 10, 22, 34, 50, 76, 90.
I saw a similar question here but since it was from 2011 I was not sure if this is still the case.

cheers,


ROOT Version: 6.14/09___

Yes you will need to remove the real labels by making their size equal to 0 or making the label offset large then you will need to draw the new labels using TText at the right positions.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.