Color palette range with TH3

Hi,

I have several TH3 histograms that I would like to draw with the BOX2 option. However, I would also like to have a single absolute color/box size scale for all three - so that I can compare elements from one plot to another. Is this possible/how do I do this? I have tried using TH1::SetContour() to specify a range for the palette but it seems to have no affect.

Thanks
Tim


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


You need to specify the same maximum and minimum for the 3 histograms.
(SetMaximum() and SetMinimum())

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