Skip to content
Snippets Groups Projects
Commit 5f7dd302 authored by John Matter's avatar John Matter Committed by Eric Pooser
Browse files

Remove SetMinimum(0) from overlay2.C (#266)

parent 14074dc1
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ void overlay2(TString hist1name, TString hist2name, TString label1="", TString l
H2->SetLineColor(2);
H1->SetStats(0);
H2->SetStats(0);
H1->SetMinimum(0);
H2->SetMinimum(0);
H1->SetTitle(htitle);
H2->SetTitle(htitle);
H1->GetXaxis()->SetTitleSize(0.035);
......@@ -41,7 +39,6 @@ void overlay2(TString hist1name, TString hist2name, TString label1="", TString l
H1->GetYaxis()->SetLabelSize(0.03);
H2->GetXaxis()->SetLabelSize(0.03);
H2->GetYaxis()->SetLabelSize(0.03);
}
double xpos = H1->GetXaxis()->GetBinCenter(H1->GetXaxis()->GetFirst()+4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment