@@ -13,12 +13,12 @@ tag_svn_revision = 1
13
13
#verbose = True
14
14
15
15
[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
18
18
# by uncommenting the following lines. Acceptible values are:
19
19
# True: install, overwrite an existing installation
20
20
# False: do not install
21
- # auto: install only if the package is unavailable. This
21
+ # auto: install only if the package is unavailable. This
22
22
# is the default behavior
23
23
#
24
24
## Date/timezone support:
@@ -30,28 +30,28 @@ tag_svn_revision = 1
30
30
#configobj = False
31
31
32
32
[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
36
36
# is provided by matplotlib and built by default.
37
37
#
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
46
46
# installed on your system.
47
- #
47
+ #
48
48
# You can uncomment any the following lines if you know you do
49
49
# 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
51
51
# required dependencies are not available
52
52
# False: do not build the extension
53
53
# auto: build if the required dependencies are available,
54
- # otherwise skip silently. This is the default
54
+ # otherwise skip silently. This is the default
55
55
# behavior
56
56
#
57
57
#gtk = False
@@ -62,18 +62,20 @@ tag_svn_revision = 1
62
62
[rc_options]
63
63
# User-configurable options
64
64
#
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
+ #
71
73
#backend = Agg
72
74
#
73
- # The numerix module was historically used to provide
75
+ # The numerix module was historically used to provide
74
76
# 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
78
80
# this unless you have a compelling reason to do so.
79
81
#numerix = numpy
0 commit comments