Re: [ROOT] set Y axis limits of a TH1F ??

From: Patois Yannick (patois@ganil.fr)
Date: Thu Feb 08 2001 - 18:10:01 MET


On Thu, 8 Feb 2001, Jens Ahrens wrote:

> TH1F *histogramm; // the histogram stored in the file has:
> How can I choose the zoom-range of the Yaxis ( in TBrowser it works ).

What you may want to change is not the Yaxis Ranges, but the Histogram
Min/Max. 

Do something like:
histrogram->SetMinimum(ymin);
histrogram->SetMaximum(ymax);

	yannick



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:35 MET