Skip to content

Commit f32b445

Browse files
authored
Adjust validation legend (#434)
1 parent a01425c commit f32b445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec/utilitiesValidation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Int_t MakePlots(const VecSpecVecSpec& vecSpecVecSpec,
171171
SetPad(padH, logScaleH);
172172
hAli->Draw("hist");
173173
hO2->Draw("hist same");
174-
TLegend* legend = new TLegend(0.2, 0.92, 0.82, 1.0);
174+
TLegend* legend = new TLegend(0.1, 0.93, 0.9, 1.0);
175175
legend->SetNColumns(2);
176176
legend->SetBorderSize(0);
177177
legend->AddEntry(hAli, Form("Ali: %d", nAli), "L");

0 commit comments

Comments
 (0)