Skip to content

Commit

Permalink
Change name of ordered data
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMantani committed Dec 19, 2024
1 parent f3a72b9 commit ea192fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/smefit/analyze/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,17 @@ def plot_data_scales(self, path):

order = [
r"$\bar{t}t\bar{t}t + \bar{t}t\bar{b}b$",
r"$Higgs$",
r"$LEP$",
r"$\rm Higgs$",
r"$\rm LEP$",
r"$\bar{t}t$",
r"$\bar{t}tV$",
r"$t$",
r"$tV$",
r"$VV$",
r"$FCCee-91$",
r"$FCCee-161$",
r"$FCCee-240$",
r"$FCCee-365$",
r"$\rm FCC-ee\:91\:GeV$",
r"$\rm FCC-ee\:161\:GeV$",
r"$\rm FCC-ee\:240\:GeV$",
r"$\rm FCC-ee\:365\:GeV$",
]

# Create a dictionary to map order to their indices
Expand Down

0 comments on commit ea192fb

Please sign in to comment.