mirror of https://gitlab.com/pamhyr/pamhyr2
SL: Edit: Minor change.
parent
181776f33f
commit
c5402ebb55
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue