Skip to content

Commit

Permalink
Update CompareGraphs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Battistini <[email protected]>
  • Loading branch information
Marcellocosti and danielbattistini authored May 25, 2024
1 parent 96afb8e commit 5e84591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompareGraphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
legend += f'; #mu={inObj.GetMean():.3f}'
if plot['opt']['leg']['sigma']:
legend += f'; #sigma={inObj.GetStdDev():.3f}'
if(legend != ''):
if legend:
leg.AddEntry(inObj, legend, 'lp')

inputlines = []
Expand Down

0 comments on commit 5e84591

Please sign in to comment.