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 | ||
| |
CXX/ | ||
| |
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 | ||
| |
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 | ||
| |
__init__.py | Fri Mar 04 19:19:37 -0800 2005 | |
| |
agg24/ | ||
| |
boilerplate.py | ||
| |
doc/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
license.py | Thu Jun 07 06:30:30 -0700 2007 | |
| |
license/ | Tue Nov 27 17:31:59 -0800 2007 | |
| |
matplotlibrc.template | ||
| |
setup.cfg.template | ||
| |
setup.py | ||
| |
setupegg.py | Thu Jan 10 05:01:38 -0800 2008 | |
| |
setupext.py | ||
| |
src/ | ||
| |
ttconv/ | Wed May 28 06:36:50 -0700 2008 | |
| |
unit/ |
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.








