diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py
index 80dcf550d4c86999d3341976afd0fde3c66b7ff1..4610900c45aa35ae7669a1ba003792e8fcccfe6d 100644
--- a/src/View/Results/CustomPlot/Plot.py
+++ b/src/View/Results/CustomPlot/Plot.py
@@ -302,6 +302,7 @@ class CustomPlot(PamhyrPlot):
 
         for axes in self._y_axes[1:]:
             if axes in self._axes:
+                self._axes[axes].clear()
                 continue
 
             ax_new = self.canvas.axes.twinx()