SL: Edit: Minor change.

mesh
Pierre-Antoine Rouby 2023-07-25 13:56:16 +02:00
parent 181776f33f
commit c5402ebb55
1 changed files with 1 additions and 1 deletions

View File

@ -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)