Skip to content

Commit

Permalink
Complete switch back to x0max
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 1, 2024
1 parent a6143af commit eca174f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/material_plots_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def main():

histograms[i].GetZaxis().SetTitle(axis_titles[i])

if args.x0Max != 0.0 and plot == "x0":
histograms[i].SetMaximum(args.x0Max)
if args.x0max != 0.0 and plot == "x0":
histograms[i].SetMaximum(args.x0max)

histograms[i].GetXaxis().SetRangeUser(args.angleMin, args.angleMax)

Expand Down

0 comments on commit eca174f

Please sign in to comment.