1437e01
# Rename this file to setup.cfg to modify matplotlib's
1437e01
# build options.
1437e01
1437e01
[egg_info]
1437e01
tag_svn_revision = 1
1437e01
1437e01
[status]
1437e01
# To suppress display of the dependencies and their versions
1437e01
# at the top of the build log, uncomment the following line:
1437e01
#suppress = True
1437e01
#
1437e01
# Uncomment to insert lots of diagnostic prints in extension code
1437e01
#verbose = True
1437e01
1437e01
[provide_packages]
1437e01
# By default, matplotlib checks for a few dependencies and
1437e01
# installs them if missing. This feature can be turned off
1437e01
# by uncommenting the following lines. Acceptible values are:
1437e01
#     True: install, overwrite an existing installation
1437e01
#     False: do not install
1437e01
#     auto: install only if the package is unavailable. This
1437e01
#           is the default behavior
1437e01
#
1437e01
## Date/timezone support:
1437e01
#pytz = False
1437e01
#dateutil = False
1437e01
#
1437e01
## Experimental config package support:
1437e01
enthought.traits = False
1437e01
configobj = False
1437e01
1437e01
[gui_support]
1437e01
# Matplotlib supports multiple GUI toolkits, including Cocoa,
1437e01
# GTK, Fltk, Qt, Qt4, Tk, and WX. Support for many of these
1437e01
# toolkits requires AGG, the Anti-Grain Geometry library, which
1437e01
# is provided by matplotlib and built by default.
1437e01
#
1437e01
# Some backends are written in pure Python, and others require
1437e01
# extension code to be compiled. By default, matplotlib checks
1437e01
# for these GUI toolkits during installation and, if present,
1437e01
# compiles the required extensions to support the toolkit. GTK
1437e01
# support requires the GTK runtime environment and PyGTK. Wx
1437e01
# support requires wxWidgets and wxPython. Tk support requires
1437e01
# Tk and Tkinter. The other GUI toolkits do not require any
1437e01
# extension code, and can be used as long as the libraries are
1437e01
# installed on your system.
1437e01
#
1437e01
# You can uncomment any the following lines if you know you do
1437e01
# not want to use the GUI toolkit. Acceptible values are:
1437e01
#     True: build the extension. Exits with a warning if the
1437e01
#           required dependencies are not available
1437e01
#     False: do not build the extension
1437e01
#     auto: build if the required dependencies are available,
1437e01
#           otherwise skip silently. This is the default
1437e01
#           behavior
1437e01
#
1437e01
gtk = True
1437e01
gtkagg = True
1437e01
tkagg = True
1437e01
wxagg = False
1437e01
1437e01
[rc_options]
1437e01
# User-configurable options
1437e01
#
1437e01
# Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg,
1437e01
# GTKCairo, FltkAgg, Pdf, Ps, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg.
1437e01
#
1437e01
# The Agg, Ps, Pdf and SVG backends do not require external
1437e01
# dependencies. Do not choose GTK, GTKAgg, GTKCairo, TkAgg or WXAgg if
1437e01
# you have disabled the relevent extension modules.  Agg will be used
1437e01
# by default.
1437e01
#
1437e01
backend = GTKAgg
1437e01
#
1437e01
# The numerix module was historically used to provide
1437e01
# compatibility between the Numeric, numarray, and NumPy array
1437e01
# packages. Now that NumPy has emerge as the universal array
1437e01
# package for python, numerix is not really necessary and is
1437e01
# maintained to provide backward compatibility. Do not change
1437e01
# this unless you have a compelling reason to do so.
1437e01
numerix = numpy