42
42
43
43
.. image :: https://matplotlib.org/_static/logo2.svg
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
46
+ interactive visualizations in Python.
46
47
47
48
Check out our `home page <https://matplotlib.org/ >`_ for more information.
48
49
49
50
.. image :: https://matplotlib.org/_static/readme_preview.png
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,
53
- the Python and IPython shell, web application servers, and various
54
- graphical user interface toolkits.
52
+ Matplotlib produces publication-quality figures in a variety of hardcopy
53
+ formats and interactive environments across platforms. Matplotlib can be used
54
+ in Python scripts, the Python and IPython shell, web application servers, and
55
+ various graphical user interface toolkits.
55
56
56
57
57
58
Install
58
59
=======
59
60
60
61
For installation instructions and requirements, see `INSTALL.rst <INSTALL.rst >`_ or the
61
- `install <https://matplotlib.org/users/installing.html >`_ documentation.
62
+ `install <https://matplotlib.org/stable/ users/installing.html >`_ documentation.
62
63
63
64
Test
64
65
====
@@ -67,28 +68,36 @@ After installation, launch the test suite::
67
68
68
69
python -m pytest
69
70
70
- Read the `testing guide <https://matplotlib.org/devel/testing.html >`_ for more information and alternatives.
71
+ Read the `testing guide <https://matplotlib.org/stable/devel/testing.html >`_
72
+ for more information and alternatives.
71
73
72
74
Contribute
73
75
==========
76
+
74
77
You've discovered a bug or something else you want to change - excellent!
75
78
76
79
You've worked out a way to fix it – even better!
77
80
78
81
You want to tell us about it – best of all!
79
82
80
- Start at the `contributing guide <https://matplotlib.org/devdocs/devel/contributing.html >`_!
83
+ Start at the `contributing guide
84
+ <https://matplotlib.org/devdocs/devel/contributing.html> `_!
81
85
82
86
Contact
83
87
=======
84
88
85
- `Discourse <https://discourse.matplotlib.org/ >`_ is the discussion forum for general questions and discussions and our recommended starting point.
89
+ `Discourse <https://discourse.matplotlib.org/ >`_ is the discussion forum for
90
+ general questions and discussions and our recommended starting point.
86
91
87
92
Our active mailing lists (which are mirrored on Discourse) are:
88
93
89
- * `
Users <
https://mail.python.org/mailman/listinfo/matplotlib-users >`_ mailing list:
[email protected]
90
- * `
Announcement <
https://mail.python.org/mailman/listinfo/matplotlib-announce >`_ mailing list:
[email protected]
91
- * `
Development <
https://mail.python.org/mailman/listinfo/matplotlib-devel >`_ mailing list:
[email protected]
94
+ * `Users <https://mail.python.org/mailman/listinfo/matplotlib-users >`_ mailing
95
+
96
+ * `Announcement
97
+ <https://mail.python.org/mailman/listinfo/matplotlib-announce> `_ mailing
98
+
99
+ * `Development <https://mail.python.org/mailman/listinfo/matplotlib-devel >`_
100
+
92
101
93
102
Gitter _ is for coordinating development and asking questions directly related
94
103
to contributing to matplotlib.
@@ -99,21 +108,21 @@ Citing Matplotlib
99
108
If Matplotlib contributes to a project that leads to publication, please
100
109
acknowledge this by citing Matplotlib.
101
110
102
- `A ready-made citation entry <https://matplotlib.org/citing.html >`_ is available.
111
+ `A ready-made citation entry <https://matplotlib.org/stable/citing.html >`_ is
112
+ available.
103
113
104
114
Research notice
105
115
~~~~~~~~~~~~~~~
106
116
107
117
Please note that this repository is participating in a study into
108
118
sustainability of open source projects. Data will be gathered about this
109
- repository for approximately the next 12 months, starting from June
110
- 2021.
119
+ repository for approximately the next 12 months, starting from June 2021.
111
120
112
- Data collected will include number of contributors, number of PRs, time
113
- taken to close/merge these PRs, and issues closed.
121
+ Data collected will include number of contributors, number of PRs, time taken
122
+ to close/merge these PRs, and issues closed.
114
123
115
- For more information, please visit `the informational
116
- page <https://sustainable-open-science-and-software.github.io/> `__ or
117
- download the `participant information
118
- sheet <https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf> `__.
124
+ For more information, please visit `the informational page
125
+ <https://sustainable-open-science-and-software.github.io/> `__ or download the
126
+ `participant information sheet
127
+ <https://sustainable-open-science-and-software.github.io/assets/PIS_sustainable_software.pdf> `__.
119
128
0 commit comments