8000 Merge pull request #6768 from WeatherGod/takeover_6535 · matplotlib/matplotlib@6c7e06a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c7e06a

Browse files
authored
Merge pull request #6768 from WeatherGod/takeover_6535
DOC: update README Takeover #6535
2 parents b2a8b2c + 28d235d commit 6c7e06a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
< 8000 th scope="col">Diff line change
Original file line numberDiff line number
@@ -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/>`_
@@ -22,13 +22,13 @@ 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)
0