Menu

Tree [r8811] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 CXX 2010-11-30 mdboom [r8811] Merged revisions 8810 via svnmerge from
 CXX5 2010-01-16 jdh2358 [r8089] move CXX to CXX5
 agg24 2010-11-10 mdboom [r8791] Merged revisions 8790 via svnmerge from
 doc 2010-11-22 weathergod [r8809] Merged revisions 8808 via svnmerge from
 examples 2010-11-22 weathergod [r8809] Merged revisions 8808 via svnmerge from
 lib 2010-11-22 weathergod [r8809] Merged revisions 8808 via svnmerge from
 license 2010-01-03 jdh2358 [r8064] added qt4_editor dialog
 release 2010-04-28 efiring [r8283] Applied whitespace patch by Mark Roddy; closes ...
 sandbox 2008-05-16 jdh2358 [r5163] purged some dead code dirs; these can live in t...
 src 2010-11-17 mdboom [r8805] Improve exception error message when converting...
 test 2010-08-23 astraw [r8654] build docs with Sphinx latest (1.0.3 fixes bug ...
 ttconv 2010-10-27 mdboom [r8766] Tell emacs more about our C++ files.
 unit 2009-03-29 efiring [r7012] Added Karen Tracey's threading_test.py.
 CHANGELOG 2010-11-22 weathergod [r8809] Merged revisions 8808 via svnmerge from
 DEVNOTES 2006-07-21 astraw [r2588] add notes about building a setuptools-compatibl...
 FILETYPES 2010-07-06 mdboom [r8523] Support optional JPEG and TIFF saving if PIL is...
 INSTALL 2010-03-20 efiring [r8204] CHANGELOG update and format fixups; fix python ...
 INTERACTIVE 2003-05-12 jdh2358 [r13] lots of interactive fixes and an INTERACTIVE howto
 KNOWN_BUGS 2004-02-19 jdh2358 [r152] added freetype2 to agg
 MANIFEST.in 2009-09-17 leejjoon [r7779] Merged revisions 7776,7778 via svnmerge from
 MIGRATION.txt 2008-05-30 jdh2358 [r5333] Merged revisions 5312-5313,5329 via svnmerge from
 Makefile 2009-08-23 jdh2358 [r7534] Merged revisions 7533 via svnmerge from
 README.osx 2009-08-23 jdh2358 [r7534] Merged revisions 7533 via svnmerge from
 README.txt 2010-07-14 mdboom [r8547] Testing merging
 SEGFAULTS 2006-04-20 jdh2358 [r2312] added help file for diagnosing segfaults
 TODO 2008-12-12 mdboom [r6582] Merged revisions 6581 via svnmerge from
 __init__.py 2005-03-05 jdh2358 [r1043] fixed whacked init
 boilerplate.py 2010-06-30 efiring [r8479] set_xlim, set_ylim: turn off autoscaling; added...
 license.py 2007-06-07 nnemec [r3371] remove trailing spaces
 make.osx 2010-09-10 jouni [r8695] Remind make.osx users to set PREFIX
 matplotlibrc.template 2010-11-07 jouni [r8777] Merged revisions 8776 via svnmerge from
 setup.cfg.template 2010-09-16 efiring [r8702] Removed unused _wxagg extension.
 setup.py 2010-09-16 efiring [r8702] Removed unused _wxagg extension.
 setupegg.py 2010-08-03 jdh2358 [r8616] fix sage buildbot; add support for MPLSETUPCFG ...
 setupext.py 2010-09-16 efiring [r8702] Removed unused _wxagg extension.

Read Me

matplotlib for MacOS X 10.3.9 or later and Python 2.5 and Python 2.6

matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell (ala matlab or mathematica), web
application servers, and various graphical user interface toolkits.

Home page: <http://matplotlib.sourceforge.net/>

Before running matplotlib, you must install numpy.  Binary installers
for all these packages are available here:

  <http://pythonmac.org/packages/py25-fat/index.html>.

*** Back Ends ***

You may use TkAgg or WXAgg back ends; Qt and GTK support is not
provided in this package. By default this matplotlib uses TkAgg
because Tcl/Tk is included with MacOS X.

If you wish to use WXAgg then:
* Install wxPython from:
  <http://pythonmac.org/packages/py25-fat/index.html>.
* Configure a matplotlibrc file, as described below.

For TkAgg you may use Apple's built-in Tcl/Tk or install your own 8.4.x

*** Configuring a matplotlibrc file ***

If you wish to change any matplotlib settings, create a file:
  ~/.matplotlib/matplotlibrc


that contains at least the following information. The values shown are
the defaults in the internal matplotlibrc file; change them as you see
fit:

# the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg WXAgg
#     Agg Cairo GD GDK Paint PS PDF SVG Template
backend      : TkAgg
interactive  : False    # see http://matplotlib.sourceforge.net/interactive.html

See also
<http://matplotlib.sourceforge.net/users/customizing.html>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.