Skip to content

Commit

Permalink
Fix scale variation string in plot script
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 15, 2024
1 parent 4381a57 commit 6849efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pineappl_cli/src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

label_rel_ewonoff_qcd = r"NLO QCD"
label_rel_ewonoff_ew = r"NLO QCD+EW"
label_rel_ewonoff_scale_unc = r"7-p.\ scale var."
label_rel_ewonoff_scale_unc = r"{scales}-p.\ scale var."
label_rel_ewonoff_pdf_unc = r"PDF uncertainty"

xlog = {xlog}
Expand Down
1 change: 1 addition & 0 deletions pineappl_cli/src/plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ impl Subcommand for Opts {
xlog = xlog,
ylog = ylog,
title = title,
scales = self.scales,
output = output.to_str().unwrap(),
data = data_string,
metadata = format_metadata(&vector),
Expand Down

0 comments on commit 6849efe

Please sign in to comment.