Skip to content

Commit c12344b

Browse files
committed
Import numpy.
svn path=/trunk/matplotlib/; revision=4640
1 parent b81566d commit c12344b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This module contains the instantiations of color mapping classes
33
"""
44

5+
import numpy as npy
56
import matplotlib as mpl
67
import matplotlib.colors as colors
78
import matplotlib.numerix.npyma as ma

0 commit comments

Comments
 (0)