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/ >`_
@@ -18,17 +18,17 @@ For installation instructions and requirements, see the INSTALL file.
18
18
Testing
19
19
=======
20
20
21
- After installation, you can launch the test suite::
21
+ 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
@@ -46,4 +46,4 @@ The first is a good starting point for general questions and discussions.
46
46
47
47
.. image :: https://badges.gitter.im/Join%20Chat.svg
48
48
:alt: Join the chat at https://gitter.im/matplotlib/matplotlib
49
- :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
49
+ :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
0 commit comments