Set logarithm color scale

Hi, I would like to ask how can I set a logarithmic color scale for a 2D histogram using the option “COLZ”?.
I know I can change the number of colors used with SetContour();. But how can I do it for obtaining a logarithmic Color scale?.

I thank you very much.

Karen S. Caballero

gPad->SetLogz();
Rene

Hi Rene,

it works!, I thank you very much.

Karen