From fef2e1a40cacc1241df2d404c9ce190cd59b1c90 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Fri, 26 Jun 2026 10:51:36 +0200 Subject: [PATCH] Results: PlotXY: Minor change. --- src/View/Results/PlotXY.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/View/Results/PlotXY.py b/src/View/Results/PlotXY.py index 6696ff55..2a916812 100644 --- a/src/View/Results/PlotXY.py +++ b/src/View/Results/PlotXY.py @@ -304,9 +304,9 @@ class PlotXY(PamhyrPlot): poly_l_x, poly_l_y, poly_r_x, poly_r_y = [], [], [], [] for profile in reach.profiles: - water_z = profile.get_ts_key( - self._current_timestamp, "Z" - ) + # water_z = profile.get_ts_key( + # self._current_timestamp, "Z" + # ) pt_left, pt_right = profile.get_ts_key( self._current_timestamp,