Commit c5402ebb authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

SL: Edit: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -49,7 +49,7 @@ class Plot(APlot): ...@@ -49,7 +49,7 @@ class Plot(APlot):
x = [0,1] x = [0,1]
z = [0,0] z = [0,0]
sl = self.data.height() sl = self.data.height()
names = ["fond"] + self.data.names() names = ["bottom"] + self.data.names()
self.canvas.axes.set_xlim( self.canvas.axes.set_xlim(
left = min(x), right = max(x) left = min(x), right = max(x)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment