Skip to content

davidmr001/matplotlib

Repository files navigation

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
  

About

matplotlib: plotting with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.9%
  • C++ 9.5%
  • Objective-C 1.5%
  • C 1.3%
  • JavaScript 0.4%
  • Jupyter Notebook 0.2%
  • Other 0.2%