Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8b9248

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.