From a7df70334d978891c0295327d9704ea908dcb29d Mon Sep 17 00:00:00 2001 From: Eric Firing Date: Sat, 25 May 2013 13:20:28 -1000 Subject: [PATCH] mlab.FIFOBuffer: remove fossil line referring to nonexistent method --- lib/matplotlib/mlab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/matplotlib/mlab.py b/lib/matplotlib/mlab.py index 023ca8dbeb2b..bb0f8641bd6e 100644 --- a/lib/matplotlib/mlab.py +++ b/lib/matplotlib/mlab.py @@ -1308,7 +1308,6 @@ def update_datalim_to_current(self): x, y = self.asarrays() self.dataLim.update_from_data(x, y, True) - self.dataLim.update_numerix(x, y, True) def movavg(x,n): """