This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
astraw (author)
Thu Dec 04 12:05:40 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Tue Dec 02 23:40:09 -0800 2008 | |
| |
CXX/ | Thu Apr 24 06:23:05 -0700 2008 | |
| |
DEVNOTES | Fri Jul 21 14:07:28 -0700 2006 | |
| |
FILETYPES | Thu Sep 06 12:36:34 -0700 2007 | |
| |
INSTALL | Tue Jan 08 10:58:39 -0800 2008 | |
| |
INTERACTIVE | Mon May 12 12:47:22 -0700 2003 | |
| |
KNOWN_BUGS | Thu Feb 19 12:27:35 -0800 2004 | |
| |
MANIFEST.in | Tue Jun 24 11:13:40 -0700 2008 | |
| |
MIGRATION.txt | Fri May 30 12:38:42 -0700 2008 | |
| |
Makefile | Thu Jun 19 09:54:54 -0700 2008 | |
| |
README.txt | Sun May 25 14:14:01 -0700 2008 | |
| |
SEGFAULTS | Thu Apr 20 06:38:17 -0700 2006 | |
| |
TODO | Thu Jan 19 05:24:04 -0800 2006 | |
| |
__init__.py | Fri Mar 04 19:19:37 -0800 2005 | |
| |
agg24/ | Wed Oct 08 11:16:49 -0700 2008 | |
| |
boilerplate.py | Sun Nov 23 11:56:37 -0800 2008 | |
| |
doc/ | Thu Dec 04 12:05:40 -0800 2008 | |
| |
examples/ | Wed Dec 03 10:50:49 -0800 2008 | |
| |
lib/ | Thu Dec 04 11:01:44 -0800 2008 | |
| |
license.py | Thu Jun 07 06:30:30 -0700 2007 | |
| |
license/ | Tue Nov 27 17:31:59 -0800 2007 | |
| |
matplotlibrc.template | Tue Nov 25 13:43:36 -0800 2008 | |
| |
setup.cfg.template | Mon Jun 09 08:58:45 -0700 2008 | |
| |
setup.py | Wed Oct 15 08:39:44 -0700 2008 | |
| |
setupegg.py | Thu Jan 10 05:01:38 -0800 2008 | |
| |
setupext.py | Sat Nov 08 10:33:01 -0800 2008 | |
| |
src/ | Tue Dec 02 11:51:10 -0800 2008 | |
| |
ttconv/ | Wed May 28 06:36:50 -0700 2008 | |
| |
unit/ | Mon Jul 28 12:59:19 -0700 2008 |
README.txt
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.







