How to set non-linear coordinate on Y axis

I was generating histogram with the function TH1F,I wonder if there is a way to set coordinate on y axis to a non-linear form for example:0.0001 , 0.001 , 0.01 , 0.1,1

histo->Draw(); gPad->SetLogy(1);

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