Skip to content

Commit f8b9248

Browse files
committed
fixed a mathtext layout bug
svn path=/trunk/matplotlib/; revision=227
1 parent f90df59 commit f8b9248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# Numeric or numarray arrays, but you will get the best performance if
1414
# you build with the type of array you use most
1515
#BUILD_IMAGE = 0 # no image support
16-
#BUILD_IMAGE = 'Numeric' # use Numeric
17-
BUILD_IMAGE = 'numarray' # use numarray
16+
BUILD_IMAGE = 'Numeric' # use Numeric
17+
#BUILD_IMAGE = 'numarray' # use numarray
1818

1919
# Build the antigrain geometry toolkit. Agg makes heavy use of
2020
# templates, so it probably requires a fairly recent compiler to build

0 commit comments

Comments
 (0)