Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
mlab.FIFOBuffer: remove fossil line referring to nonexistent method
  • Loading branch information
efiring committed May 25, 2013
commit a7df70334d978891c0295327d9704ea908dcb29d
1 change: 0 additions & 1 deletion lib/matplotlib/mlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down