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

Skip to content

Commit 1305378

Browse files
committed
Remove some un-used mlab imports
1 parent 1f1c6fb commit 1305378

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/matplotlib/collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from matplotlib.artist import allow_rasterization
3131
import matplotlib.path as mpath
3232
from matplotlib import _path
33-
import matplotlib.mlab as mlab
3433
import matplotlib.lines as mlines
3534

3635
CIRCLE_AREA_FACTOR = 1.0 / np.sqrt(np.pi)

lib/matplotlib/tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from numpy.testing import assert_array_equal
1414

1515
from matplotlib import (
16-
colors, image as mimage, mlab, patches, pyplot as plt,
16+
colors, image as mimage, patches, pyplot as plt,
1717
rc_context, rcParams)
1818
from matplotlib.image import (AxesImage, BboxImage, FigureImage,
1919
NonUniformImage, PcolorImage)

0 commit comments

Comments
 (0)