File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 42
42
43
43
.. image :: doc/_static/logo2.png
44
44
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.
46
46
47
- Check out our `home page <http://matplotlib.org/ >`_ for more information.
47
+ Check out our `home page <http://matplotlib.org/ >`_ for more information.
48
48
49
49
.. image :: doc/_static/readme_preview.png
50
50
51
51
Matplotlib 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,
53
53
the Python and IPython shell, web application servers, and various
54
54
graphical user interface toolkits.
55
55
56
- **Note: ** The master branch is Python 3 only. Python 2 support has been dropped.
57
56
58
57
Install
59
58
=======
60
59
61
60
For 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.
63
62
64
63
Test
65
64
====
66
65
67
66
After installation, launch the test suite::
68
67
69
- python -mpytest
68
+ python -m pytest
70
69
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.
72
71
73
72
Contribute
74
73
==========
You can’t perform that action at this time.
0 commit comments