@@ -13,12 +13,12 @@ tag_svn_revision = 1
1313#verbose = True
1414
1515[provide_packages]
16- # By default, matplotlib checks for a few dependencies and
17- # installs them if missing. This feature can be turned off
16+ # By default, matplotlib checks for a few dependencies and
17+ # installs them if missing. This feature can be turned off
1818# by uncommenting the following lines. Acceptible values are:
1919# True: install, overwrite an existing installation
2020# False: do not install
21- # auto: install only if the package is unavailable. This
21+ # auto: install only if the package is unavailable. This
2222# is the default behavior
2323#
2424## Date/timezone support:
@@ -30,28 +30,28 @@ tag_svn_revision = 1
3030#configobj = False
3131
3232[gui_support]
33- # Matplotlib supports multiple GUI toolkits, including Cocoa,
34- # GTK, Fltk, Qt, Qt4, Tk, and WX. Support for many of these
35- # toolkits requires AGG, the Anti-Grain Geometry library, which
33+ # Matplotlib supports multiple GUI toolkits, including Cocoa,
34+ # GTK, Fltk, Qt, Qt4, Tk, and WX. Support for many of these
35+ # toolkits requires AGG, the Anti-Grain Geometry library, which
3636# is provided by matplotlib and built by default.
3737#
38- # Some backends are written in pure Python, and others require
39- # extension code to be compiled. By default, matplotlib checks
40- # for these GUI toolkits during installation and, if present,
41- # compiles the required extensions to support the toolkit. GTK
42- # support requires the GTK runtime environment and PyGTK. Wx
43- # support requires wxWidgets and wxPython. Tk support requires
44- # Tk and Tkinter. The other GUI toolkits do not require any
45- # extension code, and can be used as long as the libraries are
38+ # Some backends are written in pure Python, and others require
39+ # extension code to be compiled. By default, matplotlib checks
40+ # for these GUI toolkits during installation and, if present,
41+ # compiles the required extensions to support the toolkit. GTK
42+ # support requires the GTK runtime environment and PyGTK. Wx
43+ # support requires wxWidgets and wxPython. Tk support requires
44+ # Tk and Tkinter. The other GUI toolkits do not require any
45+ # extension code, and can be used as long as the libraries are
4646# installed on your system.
47- #
47+ #
4848# You can uncomment any the following lines if you know you do
4949# not want to use the GUI toolkit. Acceptible values are:
50- # True: build the extension. Exits with a warning if the
50+ # True: build the extension. Exits with a warning if the
5151# required dependencies are not available
5252# False: do not build the extension
5353# auto: build if the required dependencies are available,
54- # otherwise skip silently. This is the default
54+ # otherwise skip silently. This is the default
5555# behavior
5656#
5757#gtk = False
@@ -62,18 +62,20 @@ tag_svn_revision = 1
6262[rc_options]
6363# User-configurable options
6464#
65- # Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg,
66- # GTKCairo, FltkAgg, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg.
67- # Only the Agg and SVG backends do not require external
68- # dependencies. Do not choose GTK, GTKAgg, GTKCairo, TkAgg or
69- # WXAgg if you have disabled the relevent extension modules.
70- # Agg will be used by default.
65+ # Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg,
66+ # GTKCairo, FltkAgg, Pdf, Ps, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg.
67+ #
68+ # The Agg, Ps, Pdf and SVG backends do not require external
69+ # dependencies. Do not choose GTK, GTKAgg, GTKCairo, TkAgg or WXAgg if
70+ # you have disabled the relevent extension modules. Agg will be used
71+ # by default.
72+ #
7173#backend = Agg
7274#
73- # The numerix module was historically used to provide
75+ # The numerix module was historically used to provide
7476# compatibility between the Numeric, numarray, and NumPy array
75- # packages. Now that NumPy has emerge as the universal array
76- # package for python, numerix is not really necessary and is
77- # maintained to provide backward compatibility. Do not change
77+ # packages. Now that NumPy has emerge as the universal array
78+ # package for python, numerix is not really necessary and is
79+ # maintained to provide backward compatibility. Do not change
7880# this unless you have a compelling reason to do so.
7981#numerix = numpy
0 commit comments