Menu

Tree [r5925] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 CXX 2008-04-24 mdboom [r5071] Remove a bunch of compiler warnings.
 agg24 2008-04-24 mdboom [r5071] Remove a bunch of compiler warnings.
 doc 2008-07-17 mdboom [r5779] Minor simplification.
 examples 2008-07-28 jdh2358 [r5915] commented out seterr in npy -- ma looks broken ...
 lib 2008-07-29 jdh2358 [r5924] trying in vein to get rid of acorr indent warni...
 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 2008-07-17 jdh2358 [r5785] removed screen noise comments from gtkagg and i...
 ttconv 2008-05-28 mdboom [r5284] Merged revisions 5276-5283 via svnmerge from
 unit 2008-07-28 jdh2358 [r5915] commented out seterr in npy -- ma looks broken ...
 API_CHANGES 2008-07-24 jdh2358 [r5842] updated api changes and changelog to reflect ml...
 CHANGELOG 2008-07-28 jswhit [r5908] mpl_toolkits._natgrid now exists
 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-06-24 jdh2358 [r5667] tagging 98.2
 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 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 __init__.py 2005-03-05 jdh2358 [r1043] fixed whacked init
 boilerplate.py 2008-07-23 ryanmay [r5819] Added Barbs polygon collection (similar to Quiv...
 license.py 2007-06-07 nnemec [r3371] remove trailing spaces
 matplotlibrc.template 2008-07-21 jdh2358 [r5798] Added Gael's backend fallback patch
 setup.cfg.template 2008-06-09 dsdale [r5431] dont install enthought.traits
 setup.py 2008-07-22 jswhit [r5805] added scikits.delaunay as matplotlib.delaunay, ...
 setupegg.py 2008-01-10 jswhit [r4836] move toolkits to mpl_toolkits, make mpl_toolkit...
 setupext.py 2008-07-22 jswhit [r5805] added scikits.delaunay as matplotlib.delaunay, ...

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.