Skip to content

Commit

Permalink
Fix missing eta jet text
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Sep 17, 2024
1 parent 02897e7 commit a487a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_learning_hep/plotting/plot_jetsubstructure_run3.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def plot(self):
self.logger.info("Plotting results for all pt jet together")
self.plot_errors_x = False
self.list_latex = [self.text_alice, self.text_jets,
self.get_text_range_pthf(-1, iptjet)]
f"{self.get_text_range_pthf(-1, iptjet)}, {self.text_etajet}"]
if self.var in ("zg", "rg", "nsd"):
self.list_latex.append(self.text_sd)
self.leg_horizontal = True
Expand Down

0 comments on commit a487a5e

Please sign in to comment.