@@ -14,7 +14,7 @@ INTRODUCTION
1414 more. If you want to produce PNGs or GUI images that support all of
1515 matplotlib's features, you should compile matplotlib with agg
1616 support and use one of the GUI agg backends: GTKAgg, WXAgg, TkAgg or
17- FLTKAgg.
17+ FLTKAgg.
1818
1919COMPILING
2020
@@ -36,7 +36,7 @@ COMPILING
3636 As discussed above, most users will want to set 'BUILD_AGG = 1' and
3737 one or more of the GUI backends to True. Exceptions to this are if
3838 you know you don't need a GUI (eg a web server) or you only want to
39- produce vector graphics.
39+ produce vector graphics.
4040
4141 If you have installed prerequisites to nonstandard places and need
4242 to inform matplotlib where they are, edit setupext.py an add the
@@ -53,16 +53,12 @@ COMPILING
5353 with matplotlib, it is important that you have *both* present and in
5454 your PYTHONPATH when you compile matplotlib.
5555
56- Note that if you install matplotlib anywhere other than the default
57- location, you will need to set the MATPLOTLIBDATA environment
58- variable to point to the install base dir.
59-
6056 Once you have everything above set to your liking, just do the usual
6157 thing
6258
6359 python setup.py build
6460 python setup.py install
65-
61+
6662WINDOWS
6763
6864 If you don't already have python installed, you may want to consider
@@ -106,7 +102,7 @@ DISTROS: (rpms, apt, fink, osx, freebsd, gentoo, etc)
106102 To build all the backends on a binary linux distro such as redhat,
107103 you need to install a number of the devel libs (and whatever
108104 dependencies they require), I suggest
109-
105+
110106 matplotlib core: zlib, zlib-devel, libpng, libpng-devel,
111107 freetype, freetype-devel, freetype-utils
112108
@@ -134,7 +130,7 @@ DISTROS: (rpms, apt, fink, osx, freebsd, gentoo, etc)
134130 http://www.freshports.org/math/py-matplotlib/
135131
136132 Gentoo
137-
133+
138134 http://www.gentoo-portage.com/dev-python/matplotlib
139135
140136 OS X
0 commit comments