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)
Sun Dec 20 19:49:59 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Sun Dec 20 16:46:59 -0800 2009 | |
| |
CXX/ | Sat Aug 22 16:26:25 -0700 2009 | |
| |
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 | Thu Sep 17 14:44:44 -0700 2009 | |
| |
MIGRATION.txt | Fri May 30 12:38:42 -0700 2008 | |
| |
Makefile | Sat Aug 22 19:28:52 -0700 2009 | |
| |
README.osx | Sat Aug 22 19:28:52 -0700 2009 | |
| |
README.txt | Mon Sep 14 10:12:19 -0700 2009 | |
| |
SEGFAULTS | Thu Apr 20 06:38:17 -0700 2006 | |
| |
TODO | Fri Dec 12 04:58:46 -0800 2008 | |
| |
__init__.py | Fri Mar 04 19:19:37 -0800 2005 | |
| |
agg24/ | Sat Aug 22 16:26:25 -0700 2009 | |
| |
boilerplate.py | Sat Aug 15 14:24:01 -0700 2009 | |
| |
doc/ | Sun Dec 13 04:06:07 -0800 2009 | |
| |
examples/ | Sun Dec 20 19:49:59 -0800 2009 | |
| |
lib/ | Sun Dec 20 19:49:59 -0800 2009 | |
| |
license.py | Thu Jun 07 06:30:30 -0700 2007 | |
| |
license/ | Tue Nov 27 17:31:59 -0800 2007 | |
| |
make.osx | Mon Nov 30 13:13:34 -0800 2009 | |
| |
matplotlibrc.template | Sun Sep 27 05:41:23 -0700 2009 | |
| |
release/ | Thu Aug 20 09:19:22 -0700 2009 | |
| |
setup.cfg.template | Fri Dec 12 05:26:48 -0800 2008 | |
| |
setup.py | Sun Sep 06 15:47:08 -0700 2009 | |
| |
setupegg.py | Sat Sep 05 18:42:43 -0700 2009 | |
| |
setupext.py | Tue Dec 01 07:17:21 -0800 2009 | |
| |
src/ | Thu Dec 03 11:24:30 -0800 2009 | |
| |
test/ | Mon Nov 30 01:06:48 -0800 2009 | |
| |
ttconv/ | Thu Apr 30 06:28:54 -0700 2009 | |
| |
unit/ | Sat Mar 28 20:43:49 -0700 2009 |
README.txt
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>







