@@ -11,14 +11,37 @@ tag_svn_revision = 1
1111#suppress = True
1212
1313[provide_packages]
14- # by default, matplotlib checks for a few dependencies and
14+ # By default, matplotlib checks for a few dependencies and
1515# installs them if missing. This feature can be turned off
1616# by uncommenting the following lines:
1717#
18- ## date /timezone support:
18+ ## Date /timezone support:
1919#pytz = False
2020#dateutil = False
2121#
22- ## experimental config package support:
22+ ## Experimental config package support:
2323#enthought.traits = False
2424#configobj = False
25+
26+ [gui_support]
27+ # Matplotlib supports multiple GUI toolkits, including Cocoa,
28+ # GTK, Fltk, Qt, Qt4, Tk, and WX. Support for many of these
29+ # toolkits requires AGG, the Anti-Grain Geometry library, which
30+ # 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
34+ # for these GUI toolkits during installation and, if present,
35+ # compiles the required extensions to support the toolkit. GTK
36+ # support requires the GTK runtime environment and PyGTK. Wx
37+ # support requires wxWidgets and wxPython. Tk support requires
38+ # Tk and Tkinter. The other GUI toolkits do not require any
39+ # extension code, and can be used as long as the libraries are
40+ # installed on your system.
41+ #
42+ # You can uncomment any the following lines if you know you do
43+ # not want to use the GUI toolkit.
44+ #gtk = False
45+ #gtkagg = False
46+ #tkagg = False
47+ #wxagg = False
0 commit comments