Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d58a76

Browse files
committed
Specify numpy requirement in README
svn path=/trunk/matplotlib/; revision=3447
1 parent 1fe1805 commit 2d58a76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
INTRODUCTION:
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

2727
REQUIREMENTS:
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+

0 commit comments

Comments
 (0)