File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343.. image :: doc/_static/logo2.png
4444
45- Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
45+ Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
4646
47- Check out our `home page <http://matplotlib.org/ >`_ for more information.
47+ Check out our `home page <http://matplotlib.org/ >`_ for more information.
4848
4949.. image :: doc/_static/readme_preview.png
5050
5151Matplotlib produces publication-quality figures in a variety of hardcopy formats
52- and interactive environments across platforms. Matplotlib can be used in Python scripts,
52+ and interactive environments across platforms. Matplotlib can be used in Python scripts,
5353the Python and IPython shell, web application servers, and various
5454graphical user interface toolkits.
5555
56- **Note: ** The master branch is Python 3 only. Python 2 support has been dropped.
5756
5857Install
5958=======
6059
6160For installation instructions and requirements, see `INSTALL.rst <INSTALL.rst >`_ or the
62- `install <http://matplotlib.org/users/installing.html >`_ documentation.
61+ `install <http://matplotlib.org/users/installing.html >`_ documentation.
6362
6463Test
6564====
6665
6766After installation, launch the test suite::
6867
69- python -mpytest
68+ python -m pytest
7069
71- Read the `testing guide <https://matplotlib.org/devel/testing.html >`_ for more information and alternatives.
70+ Read the `testing guide <https://matplotlib.org/devel/testing.html >`_ for more information and alternatives.
7271
7372Contribute
7473==========
You can’t perform that action at this time.
0 commit comments