File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11INTRODUCTION:
2-
2+
33
44 matplotlib is a pure python 2D plotting library with a Matlab(TM)
55 syntax which produces publication quality figures using in a
@@ -16,7 +16,7 @@ INTRODUCTION:
1616 to type
1717
1818 >>> hist(x, 100) # use 100 bins
19-
19+
2020
2121 For the power user, you have full control of line styles, font
2222 properties, axes properties, etc, via an object oriented interface
@@ -26,7 +26,7 @@ INTRODUCTION:
2626
2727REQUIREMENTS:
2828
29- python 2.3+, and Numeric, numarray or numpy (recommended ). Other
29+ python 2.3+, and numpy (http://numpy.scipy.org/ ). Other
3030 requirements are backend dependent. See
3131 http://matplotlib.sourceforge.net/backends.html. If you are using
3232 python2.3, you'll also need to install setuptools; just download
@@ -67,4 +67,4 @@ LICENSE
6767 Based on that of python 2.2. See the LICENSE file that ships with
6868 the matplotlib source code or
6969 http://matplotlib.sourceforge.net/license.html
70-
70+
You can’t perform that action at this time.
0 commit comments