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

Skip to content

Commit f3e2e6f

Browse files
committed
fixed mfc and image montage bugs
svn path=/trunk/matplotlib/; revision=517
1 parent 487004b commit f3e2e6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"""
1212

1313
# The NUMERIX
14-
NUMERIX = 'Numeric' # or numarray
15-
#NUMERIX = 'numarray' # or numarray
14+
#NUMERIX = 'Numeric' # or numarray
15+
NUMERIX = 'numarray' # or numarray
1616

1717
# build the image support module - requires agg and Numeric or
1818
# numarray. You can build the image module with either Numeric or

0 commit comments

Comments
 (0)