diff --git a/scripts/time_residuals.py b/scripts/time_residuals.py
index a1667c7cc5f8841411c30b12991d3950662e9dc1..aa0c47241cad8faa7d3bda489499e77915c6b4e3 100644
--- a/scripts/time_residuals.py
+++ b/scripts/time_residuals.py
@@ -53,7 +53,7 @@ def main():
                 t_res = _df[_df.floor == floor].t_res
                 t_res = t_res[np.abs(t_res) < 500]
                 print(f"   DU {du} floor {floor}: {len(t_res)} entries")
-                ax.hist(-t_res,
+                ax.hist(t_res,
                         bins=100,
                         histtype='step',
                         lw=2,