diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py index 4a52e6ff..1187e675 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -1388,7 +1388,7 @@ class CustomPlot(PamhyrPlot): self._reach = reach_id self._profile = 0 - self.update() + self.draw() def set_profile(self, profile_id): self._profile = profile_id