Skip to content

Commit

Permalink
Merge pull request matplotlib#6768 from WeatherGod/takeover_6535
Browse files Browse the repository at this point in the history
DOC: update README

Takeover matplotlib#6535
  • Loading branch information
tacaswell authored and QuLogic committed Jul 17, 2016
1 parent deac9ff commit bee40fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
matplotlib
##########

matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in python
scripts, the python and ipython shell (ala matlab or mathematica), web
matplotlib is a Python 2D plotting library which produces publication-quality
figures in a variety of hardcopy formats and interactive
environments across platforms. matplotlib can be used in Python
scripts, the Python and IPython shell (ala MATLAB or Mathematica), web
application servers, and various graphical user interface toolkits.

`Home page <http://matplotlib.org/>`_
Expand All @@ -22,13 +22,13 @@ After installation, you can launch the test suite::

python tests.py

Or from the python interpreter::
Or from the Python interpreter::

import matplotlib
matplotlib.test()

Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
more information. Note that the test suite requires nose and on python 2.7 mock
more information. Note that the test suite requires nose and on Python 2.7 mock
which are not installed by default. Please install with pip or your package
manager of choice.

Expand Down

0 comments on commit bee40fd

Please sign in to comment.