diff --git a/trimsp/TrimSPGUI/plotRge.C b/trimsp/TrimSPGUI/plotRge.C index 680bff7..224da00 100644 --- a/trimsp/TrimSPGUI/plotRge.C +++ b/trimsp/TrimSPGUI/plotRge.C @@ -152,11 +152,11 @@ void plotRge(TString &names) legtit += path; legtit += "="; legtit += name; - legtit += " (keV)"; + legtit += " (eV)"; cout << endl << legtit << endl ; rge[i]->SetTitle(str.Data()); - rge[i]->SetFillColor(TColor::kWhite); + rge[i]->SetFillColor(TColor::kWhite); legend->AddEntry(rge[i], legtit); delete fileGraph; @@ -164,6 +164,8 @@ void plotRge(TString &names) cout << endl; mg->Draw("APC"); + mg->GetXaxis()->SetTitle("Depth [nm]"); + mg->GetYaxis()->SetTitle("Normalized Stopping Profile [%/nm]"); legend->Draw();