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

Skip to content

Commit b930b1e

Browse files
committed
removed mlab fix from pylab -- previously deprecated
svn path=/trunk/matplotlib/; revision=5837
1 parent 37593ce commit b930b1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"""
9090
from __future__ import generators
9191

92-
__version__ = '0.98.3'
92+
__version__ = '0.98.3rc1'
9393
__revision__ = '$Revision$'
9494
__date__ = '$Date$'
9595

lib/matplotlib/pylab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
from matplotlib.mlab import window_hanning, window_none,\
222222
conv, detrend, detrend_mean, detrend_none, detrend_linear,\
223223
polyfit, polyval, entropy, normpdf, griddata,\
224-
levypdf, find, trapz, prepca, fix, rem, norm, orth, rank,\
224+
levypdf, find, trapz, prepca, rem, norm, orth, rank,\
225225
sqrtm, prctile, center_matrix, rk4, exp_safe, amap,\
226226
sum_flat, mean_flat, rms_flat, l1norm, l2norm, norm, frange,\
227227
diagonal_matrix, base_repr, binary_repr, log2, ispower2,\

0 commit comments

Comments
 (0)