|
1 |
| -# Rename this file to setup.cfg to modify Matplotlib's |
2 |
| -# build options. |
| 1 | +# Rename this file to setup.cfg to modify Matplotlib's build options. |
3 | 2 |
|
4 | 3 | [egg_info]
|
5 | 4 |
|
|
18 | 17 | #sample_data = True
|
19 | 18 |
|
20 | 19 | [gui_support]
|
21 |
| -# Matplotlib supports multiple GUI toolkits, including |
22 |
| -# GTK3, MacOSX, Qt4, Qt5, Tk, and WX. Support for many of |
23 |
| -# these toolkits requires AGG, the Anti-Grain Geometry library, |
24 |
| -# which is provided by Matplotlib and built by default. |
25 |
| -# |
26 |
| -# Some backends are written in pure Python, and others require |
27 |
| -# extension code to be compiled. By default, Matplotlib checks for |
28 |
| -# these GUI toolkits during installation and, if present, compiles the |
29 |
| -# required extensions to support the toolkit. |
30 |
| -# |
31 |
| -# - Tk support requires Tk development headers and Tkinter. |
32 |
| -# - Mac OSX backend requires the Cocoa headers included with XCode. |
33 |
| -# |
34 |
| -# The other GUI toolkits do not require any extension code, and can be |
35 |
| -# used as long as the libraries are installed on your system -- |
36 |
| -# therefore they are installed unconditionally. |
37 |
| -# |
38 |
| -# You can uncomment any the following lines to change this |
39 |
| -# behavior. Acceptable values are: |
| 20 | +# Matplotlib supports multiple GUI toolkits, known as backends. |
| 21 | +# The Mac OSX backend requires the Cocoa headers included with XCode. |
| 22 | +# You can select whether to build it by uncommenting the following line. |
| 23 | +# Acceptable values are: |
40 | 24 | #
|
41 | 25 | # True: build the extension. Exits with a warning if the
|
42 | 26 | # required dependencies are not available
|
|
45 | 29 | # otherwise skip silently. This is the default
|
46 | 30 | # behavior
|
47 | 31 | #
|
48 |
| -#agg = auto |
49 | 32 | #macosx = auto
|
50 |
| -#tkagg = auto |
51 | 33 |
|
52 | 34 | [rc_options]
|
53 | 35 | # User-configurable options
|
54 | 36 | #
|
55 | 37 | # Default backend, one of: Agg, Cairo, GTK3Agg, GTK3Cairo, MacOSX, Pdf, Ps,
|
56 | 38 | # Qt4Agg, Qt5Agg, SVG, TkAgg, WX, WXAgg.
|
57 | 39 | #
|
58 |
| -# The Agg, Ps, Pdf and SVG backends do not require external dependencies. Do |
59 |
| -# not choose MacOSX, or TkAgg if you have disabled the relevant extension |
60 |
| -# modules. The default is determined by fallback. |
| 40 | +# The Agg, Ps, Pdf and SVG backends do not require external dependencies. Do |
| 41 | +# not choose MacOSX if you have disabled the relevant extension modules. The |
| 42 | +# default is determined by fallback. |
61 | 43 | #
|
62 | 44 | #backend = Agg
|
0 commit comments