Typo
This commit is contained in:
parent
5309483a60
commit
355b38dcc1
@ -692,7 +692,7 @@ class AxisItem(GraphicsWidget):
|
|||||||
## determine mapping between tick values and local coordinates
|
## determine mapping between tick values and local coordinates
|
||||||
dif = self.range[1] - self.range[0]
|
dif = self.range[1] - self.range[0]
|
||||||
if dif == 0:
|
if dif == 0:
|
||||||
xscale = 1
|
xScale = 1
|
||||||
offset = 0
|
offset = 0
|
||||||
else:
|
else:
|
||||||
if axis == 0:
|
if axis == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user