Hi Rooters
I would like to draw X-axis labels on top of a 2D histograms. There is a “draw” option “X+” that is supposed to do that and it works in general. However, if I draw my histogram with “X+” option and then change the axis labels using the method GetXaxis()->SetBinLabel(i, label), then I have the axis’s ticks label on top of the histograms (that’s ok) but the labels themselves on bottom of the histogram instead of the top.
I am using ROOT 5.21/02 on Linux.
Thanks