How to construct an histogram in logarithm schale from one already filled

Dear users,

I need to construct one histogram in log. scale from one which has been randomly filled by an exponential distribution. Is there any method to make ii using something related to adding or dividing histograms?

Thanks everyone for your help.

Cheers,

Diego


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi Diego,

You can use the SetLogx and SetLogy methods of the canvas in order to show your histogram in log scale.

Cheers,
Jakob

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