Change the range of the (log) Y axis for a stacked histogram

Dear all,

I would be very grateful if you could please let me know how to modify the range of the Y axis for a stacked histogram when the Y axis is drawn on a log scale. I have attached a simple script. I cannot modify the range of the Y axis on the log scale plot in any way. SetRangeUser(double, double) does not seem to work…

Thank you,

Cristian
hstack.C (1.12 KB)

See: [url]SetAxisRange(0.0,1.0,"Y"); is ineffective

Thank you very much for your help. It is working fine now.

Best regards,

Cristian