We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 259abce + f1b4873 commit 112bbb3Copy full SHA for 112bbb3
validphys2/src/validphys/dataplots.py
@@ -304,7 +304,7 @@ def _plot_fancy_impl(
304
err = np.full(ndata, np.nan)
305
# Shift the theory when with_shift option is True
306
if i==1 and with_shift:
307
- cv[mask] = result.central_value + shifts
+ cv[mask] = result.central_value - shifts
308
else:
309
cv[mask] = result.central_value
310
# Retain only the uncorrelated part of the error if shifting the data
0 commit comments