We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699a6f commit 16c3ec7Copy full SHA for 16c3ec7
mctools/fluka/examples/exfixed.C
@@ -87,7 +87,7 @@ void exfixed()
87
hs->Draw("nostack hist e");
88
hs->GetXaxis()->SetTitleOffset(1.2);
89
90
- const auto leg = new TLegend(0.3, 0.35, 0.6, 0.49);
+ const auto leg = new TLegend(0.3, 0.35, 0.65, 0.49);
91
leg->AddEntry(pi3, pi3->GetTitle(), "l");
92
leg->AddEntry(pi4, pi4->GetTitle(), "l");
93
leg->Draw();
0 commit comments