Skip to content

Commit

Permalink
Fix consistency of lumy plot label
Browse files Browse the repository at this point in the history
Make the absolute value bars both double.
  • Loading branch information
Zaharid committed Jul 12, 2023
1 parent 915d2d6 commit 52ddc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/pdfplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def plot_lumi1d(
ax.set_title(
f"${LUMI_CHANNELS[lumi_channel]}$ luminosity\n"
f"$\\sqrt{{s}}={format_number(sqrts/1000)}$ TeV "
f"$\\|y|<{format_number(y_cut)}$"
f"$\\|y\\|<{format_number(y_cut)}$"
)

return fig
Expand Down

0 comments on commit 52ddc1d

Please sign in to comment.