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