How to set labels of individual ticks on an axis

Hi all,

I have a code that reads and writes 500 data points. When filling the histogram, y-axis is the data value and x-axis is the point number [1,2…500]. I would like to be able to write a text value for individual ticks on x-axis and override point numbers. Any idea how to ?

Thanks

GetXaxis()->SetBinLabel() did the trick. Thank you nobody! :slight_smile:

Sorry I was not online yesterday :confused: :frowning: