-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathREADME
More file actions
37 lines (22 loc) · 985 Bytes
/
README
File metadata and controls
37 lines (22 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 <[email protected]>
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