Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f0c0eb

Browse files
committed
Merge pull request #2065 from efiring/FIFOBuffer_bug
mlab.FIFOBuffer: remove fossil line referring to nonexistent method
2 parents 05d38ff + a7df703 commit 7f0c0eb

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
@@ -1308,7 +1308,6 @@ def update_datalim_to_current(self):
13081308
x, y = self.asarrays()
13091309
self.dataLim.update_from_data(x, y, True)
13101310

1311-
self.dataLim.update_numerix(x, y, True)
13121311

13131312
def movavg(x,n):
13141313
"""

0 commit comments

Comments
 (0)