From 4605950b94e91558aaf57bdaf0de40b29f4efd28 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Tue, 17 Oct 2023 17:10:58 +0200 Subject: [PATCH] Results: CustomPlot: Minor change. --- src/View/Results/CustomPlot/Plot.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/View/Results/CustomPlot/Plot.py b/src/View/Results/CustomPlot/Plot.py index 56fe6a99..384116cd 100644 --- a/src/View/Results/CustomPlot/Plot.py +++ b/src/View/Results/CustomPlot/Plot.py @@ -50,6 +50,13 @@ class CustomPlot(PamhyrPlot): self._profile = profile self._timestamp = timestamp + logger.debug( + "Create custom plot for: " + + f"{x} -> {','.join(y)}: " + + f"reach={reach}, profile={profile}, " + + f"timestamp={timestamp}" + ) + self._y_axis = list( set( map( -- GitLab