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,