Menu

Tree [r5261] / 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.
 docs 2008-05-24 jdh2358 [r5254] fixed the latex build
 examples 2008-05-24 efiring [r5251] Forgot to add the example on last commit
 lib 2008-05-25 jdh2358 [r5257] experimenting with log toggle
 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-05-21 mdboom [r5210] Be a little more pedantic about sscanf usage an...
 ttconv 2008-05-07 mdboom [r5129] Merged revisions 5124-5128 via svnmerge from
 unit 2008-04-23 jdh2358 [r5066] added manuels scatter pie example
 API_CHANGES 2008-05-24 efiring [r5250] Provide function and method to control the plot...
 CHANGELOG 2008-05-24 jdh2358 [r5252] fixed a wx bug and added PIL support to imread
 CODING_GUIDE 2008-05-20 jdh2358 [r5206] Merged revisions 5205 via svnmerge from
 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-01-10 jswhit [r4840] moved matplotlib.toolkits to mpl_toolkits
 MIGRATION.txt 2008-01-10 jdh2358 [r4835] bumped the svn __version__ number
 Makefile 2008-05-16 jdh2358 [r5165] backend driver fix
 PASSED_DEMOS 2008-01-08 mdboom [r4817] Merged revisions 3807-3808,3811-3812,3814-3823,...
 README 2007-07-17 jdh2358 [r3554] recleanup of axes imports
 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-04-28 efiring [r5086] Add hexbin to one more place in boilerplate.py
 license.py 2007-06-07 nnemec [r3371] remove trailing spaces
 matplotlibrc.template 2008-04-22 mdboom [r5057] Fix inconsistency between svg.embed_chars and s...
 setup.cfg.template 2007-12-18 mdboom [r4768] Update information about the backends (Ps and P...
 setup.py 2008-04-25 efiring [r5075] Enforce python 2.4 or later; some other version...
 setupegg.py 2008-01-10 jswhit [r4836] move toolkits to mpl_toolkits, make mpl_toolkit...
 setupext.py 2008-05-02 mdboom [r5109] Merged revisions 5106-5108 via svnmerge from

Read Me

INTRODUCTION:


   matplotlib is a pure python 2D plotting library with a Matlab(TM)
   syntax which produces publication quality figures using in a
   variety of hardcopy formats (PNG, JPG, TIFF, PS) and interactive
   GUI environments (WX, GTK) across platforms. matplotlib can be used
   in python scripts, interactively from the python shell (ala matlab
   or mathematica), in web application servers generating dynamic
   charts, or embedded in GTK or WX applications; see backends.

  matplotlib trys to make easy things easy and hard things
  possible. You can generate plots, histograms, power spectra, bar
  charts, errorcharts, scatterplots, etc, with just a few lines of
  code. For example, to make a histogram of data in x, you simply need
  to type

  >>> hist(x, 100)   # use 100 bins


  For the power user, you have full control of line styles, font
  properties, axes properties, etc, via an object oriented interface
  or via a handle graphics interface familiar to matlab users. A
  summary of the goals of matplotlib and the progress so far can be
  found at http://matplotlib.sf.net/goals.html.

REQUIREMENTS:

   python 2.3+, and numpy (http://numpy.scipy.org/).  Other
   requirements are backend dependent.  See
   http://matplotlib.sourceforge.net/backends.html.  If you are using
   python2.3, you'll also need to install setuptools; just download
   http://peak.telecommunity.com/dist/ez_setup.py and run it.

INSTALL

   The latest installation instructions can be found at

    http://matplotlib.sourceforge.net/installing.html

  and for backend specific install information see

    http://matplotlib.sourceforge.net/backends.html

  If you want to use matplotlib interactively from the prompt, see
  http://matplotlib.sourceforge.net/interactive.html


EXAMPLES

  See the examples in the examples dir.  To see examples scripts with
  the outputs they produce, see
  http://matplotlib.sourceforge.net/screenshots.html

AUTHOR

  John D. Hunter <jdh2358@gmail.com>
  Copyright (c) 2002-2007 John D. Hunter; All Rights Reserved.

  Jeremy O'Donoghue wrote the wx backend

  See http://matplotlib.sourceforge.net/credits.html for additionaly
  contributors

LICENSE

  Based on that of python 2.2.  See the LICENSE file that ships with
  the matplotlib source code or
  http://matplotlib.sourceforge.net/license.html

MongoDB Logo MongoDB