Menu

Tree [r8504] / branches / v0_98_5_maint /
 History

HTTPS access


File Date Author Commit
 CXX 2009-02-23 mdboom [r6928] C++ standards compliance for use with Sun C++ c...
 agg24 2009-02-23 mdboom [r6928] C++ standards compliance for use with Sun C++ c...
 doc 2009-05-17 jdh2358 [r7109] updated url in release doc
 examples 2009-04-06 jouni [r7035] The pdf backend now escapes newlines and linefe...
 lib 2009-06-21 leejjoon [r7229] fixed axes.scatter bug that circular symbol sty...
 license 2007-11-28 cmoad [r4474] version bumps
 sandbox 2008-05-16 jdh2358 [r5163] purged some dead code dirs; these can live in t...
 src 2009-07-01 mdboom [r7245] Fix out-of-memory errors leading to segfaults
 ttconv 2009-04-30 mdboom [r7072] Fix solaris builds where "putchar" is a macro.
 unit 2008-12-10 jdh2358 [r6545] added nose tests
 CHANGELOG 2009-05-17 leejjoon [r7115] Fix bug(#2749174) that some properties of minor...
 DEVNOTES 2006-07-21 astraw [r2588] add notes about building a setuptools-compatibl...
 FILETYPES 2007-09-06 mdboom [r3801] Fix typo
 INSTALL 2008-01-08 jdh2358 [r4813] fixed perrys typos
 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 2008-12-19 jdh2358 [r6679] added macosx.m to manifest
 MIGRATION.txt 2008-05-30 jdh2358 [r5333] Merged revisions 5312-5313,5329 via svnmerge from
 Makefile 2008-06-19 jdh2358 [r5596] added auto subplots adj faq
 README.txt 2008-05-25 jdh2358 [r5268] rewrote the readme to describe the dir layout
 SEGFAULTS 2006-04-20 jdh2358 [r2312] added help file for diagnosing segfaults
 TODO 2008-12-12 mdboom [r6581] Trivial change to test merging
 __init__.py 2005-03-05 jdh2358 [r1043] fixed whacked init
 boilerplate.py 2008-11-23 jdh2358 [r6437] moved fill_between to axes/pyplot method
 license.py 2007-06-07 nnemec [r3371] remove trailing spaces
 matplotlibrc.template 2009-02-09 mdboom [r6891] Fix URLs in matplotlibrc.template (thanks, Sand...
 setup.cfg.template 2008-12-09 jdh2358 [r6530] added mdehoon's native macosx patch
 setup.py 2009-02-16 mdboom [r6915] Move the mathmpl Sphinx extension to the instal...
 setupegg.py 2008-01-10 jswhit [r4836] move toolkits to mpl_toolkits, make mpl_toolkit...
 setupext.py 2009-07-11 jdh2358 [r7253] applied osx setpext patch from sf #2818964

Read Me

Overview of the matplotlib src tree
===================================

This is the source directory for matplotlib, which contains the
following files and directories.

* doc - the matplotlib documentation.  See doc/users for the user's
  documentation and doc/devel for the developers documentation

* examples - a bunch of examples using matplotib.  See
  examples/README.txt for information

* setup.cfg.template - used to configure the matplotlib build process.
  Copy this file to setup.cfg if you want to override the default
  build behavior

* matplotlibrc.template - a template file used to generate the
  matplotlibrc config file at build time.  The matplotlibrc file will
  be installed in matplotlib/mpl-data/matplotlibrc

* lib - the python src code.  matplotlib ships several third party
  packages here.  The subdirectory lib/matplotlib contains the python
  src code for matplotlib

* src - the matplotlib extension code, mostly C++

* ttconv - some truetype font utilities

* license - all the licenses for code included with matplotlib.
  matplotlib uses only BSD compatible code

* unit - some unit tests

* CHANGELOG - all the significant changes to matplotlib, organized by
  release.  The top of this file will show you the most recent changes

* API_CHANGES - any change that alters the API is listed here.  The
  entries are organized by release, with most recent entries first

* MIGRATION.txt - instructions on moving from the 0.91 code to the
  0.98 trunk.

* SEGFAULTS - some tips for how to diagnose and debug segfaults

* setup.py - the matplotlib build script

* setupext.py - some helper code for setup.py to build the matplotlib
  extensions

* boilerplate.py - some code to automatically generate the pyplot
  wrappers

* DEVNOTES - deprecated developer notes.  TODO: update and move to the
  doc/devel framework

* FILETYPES - This is a table of the output formats supported by each
  backend.  TODO: move to doc/users

* INTERACTIVE - instructions on using matplotlib interactively, eg
  from the python shell.  TODO: update and move to doc/users.

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.