diff --git a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
index cf11ccbf10c67c8e32ff203f9719cd0bc8533ce4..a7d9edcae615d51f22b018d72a134311782bf693 100644
--- a/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
+++ b/notebooks/AGIPD/AGIPD_Correct_and_Verify.ipynb
@@ -1066,7 +1066,7 @@
     "    bins=(100, 100),\n",
     "    range=[\n",
     "        np.percentile(signal, [0.02, 99.8]),\n",
-    "        np.percentile(gain, [0.02, 99.8]),\n",
+    "        [0, 3],\n",
     "        ],\n",
     "    )\n",
     "do_2d_plot(hist, (bins_x, bins_y), \"Signal (ADU)\", \"Analogue gain (ADU)\")"