Menu

Tree [r1966] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 CXX 2005-09-22 jdh2358 [r1784] added poly interactor
 agg23 2005-05-28 jdh2358 [r1375] added win32 agg segfault patch
 examples 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 fonts 2005-07-26 jdh2358 [r1565] added some new widgets
 images 2005-06-15 jdh2358 [r1466] added subplot tool to toolbar in gtk*, wx* and tk
 lib 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 license 2006-01-06 cmoad [r1934] prep for 0.86 release
 src 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 swig 2005-06-23 jdh2358 [r1496] some work on agg swig wrapper
 unit 2005-12-19 astraw [r1922] Attempted to fix, once and for all, the problem...
 .cvsignore 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 API_CHANGES 2006-01-09 cmoad [r1937] more prep for 0.86 release
 CHANGELOG 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 DEVNOTES 2005-02-10 jdh2358 [r952] fixed log bug
 INSTALL 2006-01-05 teoliphant [r1932] Changed from scipy to numpy
 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 2005-10-05 jdh2358 [r1823] added rkerns texmanager patch
 MANIFEST.in 2006-01-11 jdh2358 [r1943] some release bugs
 Makefile 2005-06-09 jdh2358 [r1433] added hist bin fix
 NUMARRAY_ISSUES 2004-03-15 jdh2358 [r179] updated image to work with data coords; moved i...
 README 2004-12-09 jdh2358 [r743] migrated matlab to pylab and more
 TODO 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 __init__.py 2005-03-05 jdh2358 [r1043] fixed whacked init
 boilerplate.py 2005-09-25 efiring [r1788] contour, contourf return ContourSet object; col...
 license.py 2005-02-02 jdh2358 [r912] added matshow
 makeswig.py 2005-11-16 jdh2358 [r1862] ticks, dates, and more
 matplotlibrc.template 2006-01-19 jdh2358 [r1966] added delimiter to pylab save
 setup.py 2006-01-11 jdh2358 [r1943] some release bugs
 setupext.py 2006-01-09 cmoad [r1938] disabling _wxagg on windows for now

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.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
  
MongoDB Logo MongoDB