Menu

Tree [r94] / trunk / matplotlib /
 History

HTTPS access


File Date Author Commit
 docs 2003-08-26 jdh2358 [r22] fixed print error with fig text
 examples 2003-12-10 jdh2358 [r94] fixed Zacharys bugs
 fonts 2003-09-15 jdh2358 [r25] multiple backed support take II
 images 2003-11-05 jdh2358 [r54] added wx backend
 unit 2003-11-19 jdh2358 [r72] updated transform unit tests
 CHANGELOG 2003-11-16 jdh2358 [r66] fixed scatter demo bug
 DEVNOTES 2003-11-21 jdh2358 [r82] removed scriptable pngs from htdocs
 GOALS 2003-05-12 jdh2358 [r12] updated docs
 INSTALL 2003-05-12 jdh2358 [r14] update license to version 2 and the docs
 INTERACTIVE 2003-05-12 jdh2358 [r13] lots of interactive fixes and an INTERACTIVE howto
 LICENSE 2003-11-27 jdh2358 [r91] mminor updates to docs
 MANIFEST 2003-11-27 jdh2358 [r91] mminor updates to docs
 MANIFEST.in 2003-11-12 jdh2358 [r61] fixed axes bugs
 Makefile 2003-11-19 jdh2358 [r75] updated plotting commands list
 README 2003-05-12 jdh2358 [r13] lots of interactive fixes and an INTERACTIVE howto
 TODO 2003-12-05 jdh2358 [r93] resyncing wx
 license.py 2003-11-06 jdh2358 [r56] fixed some problems with the file release system
 setup.py 2003-12-05 jdh2358 [r93] resyncing wx

Read Me

INTRODUCTION:
	
   matplotlib is a pure python plotting library designed to bring
   publication quality plotting to python with a syntax familiar to
   matlab users.  Although the goal of publication quality is not yet
   attained (see GOALS), the library does produce high quality 2D
   plots.  All of the plotting commands can be accessed either via a
   functional interface familiar to matlab users or an object oriented
   interface familiar to python users.
   

REQUIREMENTS:

   python 2.2+, pygtk-1.99.16 (requires GTK2) and Numeric-22+

INSTALL

  If you have the requirements, just do 'python setup.py install'.  

  If you want to use matplotlib interactively from the prompt, see
  INTERACTIVE


EXAMPLES

  See the examples in the examples dir.

AUTHOR

  John D. Hunter <jdhunter@ace.bsd.uchicago.edu>
  Copyright (c) 2002 John D. Hunter; All Rights Reserved

LICENSE

  Based on that of python 2.2.  See the LICENSE file that ships with
  the matplotlib source code
  
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.