forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
matplotlib: plotting with Python
License
davidmr001/matplotlib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
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%