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

Skip to content

Commit 021ff11

Browse files
committed
added install agg instructions to backend_agg.py
svn path=/trunk/matplotlib/; revision=143
1 parent 5535fe2 commit 021ff11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if 0: # how do I add '--with-gtkgd' flag checking?
1616
build_gtkgd(ext_modules)
1717

18-
if 1:
18+
if 0:
1919
aggsrc = '/home/jdhunter/c/src/agg2'
2020
build_agg(ext_modules, aggsrc)
2121

0 commit comments

Comments
 (0)