Skip to content

Commit e783faa

Browse files
committed
Merge branch 'v1.2.x' into v1.3.x
2 parents 130b6fc + 8631c49 commit e783faa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,6 @@ def update_datalim_to_current(self):
12761276
x, y = self.asarrays()
12771277
self.dataLim.update_from_data(x, y, True)
12781278

1279-
self.dataLim.update_numerix(x, y, True)
12801279

12811280
def movavg(x,n):
12821281
"""

0 commit comments

Comments
 (0)