Menu

Tree [r830] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 CXX 2004-10-12 jdh2358 [r584] updated users guide
 examples 2004-12-29 jdh2358 [r829] updated keypress examples
 fonts 2004-07-16 barrett [r404] Added on-the-fly embedding of TrueType fonts in...
 images 2004-08-02 jdh2358 [r465] changed icon and pointer for pan/zoom
 lib 2004-12-29 greglielens [r830] update to new event handling, but still need ke...
 license 2004-12-22 jdh2358 [r808] syncing to 0.65.1
 src 2004-12-23 jdh2358 [r813] fixed some text rotation bugs
 unit 2004-11-11 jdh2358 [r681] added spy and spy2
 .cvsignore 2004-03-26 jdh2358 [r205] enhanced ft2font erros and axes grid fix
 .matplotlibrc 2004-12-22 jdh2358 [r805] fixed some problems with colorbar updates in in...
 API_CHANGES 2004-12-28 jdh2358 [r821] major event handling refactor
 CHANGELOG 2004-12-28 jdh2358 [r821] major event handling refactor
 DEVNOTES 2004-12-14 jdh2358 [r783] syncing to 0.65
 INSTALL 2004-10-13 jdh2358 [r587] fixed Jochen and Andrews bugs
 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-12-22 jdh2358 [r809] syncing to 0.65.1
 MANIFEST.in 2004-11-08 jdh2358 [r670] sync to 0.64
 Makefile 2004-12-27 jdh2358 [r816] added shadow effect
 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 2004-12-29 jdh2358 [r829] updated keypress examples
 __init__.py 2004-12-10 jdh2358 [r750] added Nadia's contouring code
 boilerplate.py 2004-12-27 jdh2358 [r815] added pie charts
 license.py 2004-10-19 jdh2358 [r602] Jochen's ps patch
 setup.py 2004-12-22 jdh2358 [r809] syncing to 0.65.1
 setupext.py 2004-12-14 jdh2358 [r788] applied nadias setupext fix for contour

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