File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change 2
2
matplotlib
3
3
##########
4
4
5
- matplotlib is a python 2D plotting library which produces publication
6
- quality figures in a variety of hardcopy formats and interactive
7
- environments across platforms. matplotlib can be used in python
8
- scripts, the python and ipython shell (ala matlab or mathematica ), web
5
+ matplotlib is a Python 2D plotting library which produces publication-quality
6
+ figures in a variety of hardcopy formats and interactive
7
+ environments across platforms. matplotlib can be used in Python
8
+ scripts, the Python and IPython shell (ala MATLAB or Mathematica ), web
9
9
application servers, and various graphical user interface toolkits.
10
10
11
11
`Home page <http://matplotlib.org/ >`_
@@ -22,13 +22,13 @@ After installation, you can launch the test suite::
22
22
23
23
python tests.py
24
24
25
- Or from the python interpreter::
25
+ Or from the Python interpreter::
26
26
27
27
import matplotlib
28
28
matplotlib.test()
29
29
30
30
Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
31
- more information. Note that the test suite requires nose and on python 2.7 mock
31
+ more information. Note that the test suite requires nose and on Python 2.7 mock
32
32
which are not installed by default. Please install with pip or your package
33
33
manager of choice.
34
34
You can’t perform that action at this time.
0 commit comments