From c5402ebb555c9db57578a9cc3bcf705a439d873a Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr> Date: Tue, 25 Jul 2023 13:56:16 +0200 Subject: [PATCH] SL: Edit: Minor change. --- src/View/SedimentLayers/Edit/Plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/SedimentLayers/Edit/Plot.py b/src/View/SedimentLayers/Edit/Plot.py index 86a1c8d9..14ebb948 100644 --- a/src/View/SedimentLayers/Edit/Plot.py +++ b/src/View/SedimentLayers/Edit/Plot.py @@ -49,7 +49,7 @@ class Plot(APlot): x = [0,1] z = [0,0] sl = self.data.height() - names = ["fond"] + self.data.names() + names = ["bottom"] + self.data.names() self.canvas.axes.set_xlim( left = min(x), right = max(x) -- GitLab