Skip to content
Snippets Groups Projects
Commit 34ae6a4e authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

backwards_ecal: fix ylim top for resolution

parent 7732670c
Branches
No related tags found
No related merge requests found
......@@ -225,6 +225,7 @@ plt.fill_between(
np.sqrt((2 / np.sqrt(energy_values)) ** 2 + 3 ** 2),
alpha=0.2, color="black", label=r"YR requirement $2\% / \sqrt{E} \oplus (1-3)\%$",
)
plt.ylim(top=10.)
plt.legend()
plt.xlabel("Energy, GeV", loc="right")
plt.ylabel(r"$\sigma_{E} / E$ derived from FWHM, %", loc="top")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment