Hi,
I am drawing two histograms but at the point where they meet it looks messy, and either side. Not sure how to resolve this.
At the draw part I do this:
TCanvas *d = new TCanvas ("lifetime", "lifetime", 600, 600);
h5->Draw("H");
h5->SetLineColor(kRed);
h6->Draw("H same ");
h6->SetLineColor(kGreen);
I want the red to stop at x = 0.860 and the green to start at x=0.860
Lifetime_ToyModel.pdf (17.8 KB)