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

Skip to content

Commit 3c5c1c8

Browse files

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
matplotlib
33
##########
44

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
99
application servers, and various graphical user interface toolkits.
1010

1111
`Home page <http://matplotlib.org/>`_
@@ -18,17 +18,17 @@ For installation instructions and requirements, see the INSTALL file.
1818
Testing
1919
=======
2020

21-
After installation, you can launch the test suite::
21+
After installation, you can launch the test suite:
2222

2323
python tests.py
2424

25-
Or from the python interpreter::
25+
Or from the Python interpreter:
2626

2727
import matplotlib
2828
matplotlib.test()
2929

3030
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
3232
which are not installed by default. Please install with pip or your package
3333
manager of choice.
3434

@@ -46,4 +46,4 @@ The first is a good starting point for general questions and discussions.
4646

4747
.. image:: https://badges.gitter.im/Join%20Chat.svg
4848
: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

Comments
 (0)