Menu

Tree [r340] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 CXX 2004-04-30 jdh2358 [r267] added cxx and rewrote agg - fixed leak
 examples 2004-06-09 jdh2358 [r337] added some unit tests
 fonts 2004-05-17 jdh2358 [r304] added the ams cm fonts
 images 2004-02-23 jaytmiller [r155] Added files for TkAgg backend. Currently linux...
 license 2004-05-27 jdh2358 [r319] sync to 0.54.1
 src 2004-06-11 jdh2358 [r340] more mem leak fixes in transforms and ft2font
 unit 2004-06-09 jdh2358 [r337] added some unit tests
 .cvsignore 2004-03-26 jdh2358 [r205] enhanced ft2font erros and axes grid fix
 .matplotlibrc 2004-06-11 jdh2358 [r340] more mem leak fixes in transforms and ft2font
 API_CHANGES 2004-05-19 jdh2358 [r311] sync to 0.54
 CHANGELOG 2004-06-11 jdh2358 [r340] more mem leak fixes in transforms and ft2font
 DEVNOTES 2004-05-18 jdh2358 [r307] fixed some obj picker and cords demo code
 GOALS 2003-05-12 jdh2358 [r12] updated docs
 INSTALL 2004-05-17 jdh2358 [r304] added the ams cm fonts
 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 2004-06-09 jdh2358 [r338] sync to 0.54.2
 MANIFEST.in 2004-05-07 jdh2358 [r287] fixed ismath sig across backends
 Makefile 2004-06-09 jdh2358 [r335] added CXX ft2font
 NUMARRAY_ISSUES 2004-03-15 jdh2358 [r179] updated image to work with data coords; moved i...
 README 2004-05-17 jdh2358 [r304] added the ams cm fonts
 TODO 2004-06-11 jdh2358 [r340] more mem leak fixes in transforms and ft2font
 __init__.py 2004-02-16 jdh2358 [r149] added a bunch of missing cvs files
 license.py 2004-04-26 barrett [r262] Modification to create the htdocs/license.html....
 setup.py 2004-06-11 jdh2358 [r340] more mem leak fixes in transforms and ft2font
 setupext.py 2004-06-08 jdh2358 [r334] rewrote ft2font using cxx

Read Me

INTRODUCTION:
	

   matplotlib is a pure python 2D plotting library with a Matlab?
   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 here.

REQUIREMENTS:

   python 2.2+, and Numeric-22+ or numarray.  Other requirements are backend
   dependent.  See http://matplotlib.sourceforge.net/backends.html

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 <jdhunter@ace.bsd.uchicago.edu>
  Copyright (c) 2002-2004 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
  
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.