Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79b7f25

Browse files
authored
Merge pull request #20220 from tacaswell/doc_mission
DOC: add mission statement
2 parents cd9d371 + 37a7840 commit 79b7f25

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

doc/users/project/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. redirect-from:: /users/history
22

3+
.. _project_history:
4+
35
History
46
=======
57

doc/users/project/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Project information
66
.. toctree::
77
:maxdepth: 2
88

9-
license.rst
9+
mission.rst
10+
history.rst
1011
citing.rst
12+
license.rst
1113
credits.rst
12-
history.rst

doc/users/project/mission.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Matplotlib Mission Statement
2+
============================
3+
4+
The Matplotlib developer community develops, maintains, and supports Matplotlib
5+
and its extensions to provide data visualization tools for the Scientific
6+
Python Ecosystem.
7+
8+
Adapting the requirements :ref:`laid out by John Hunter <project_history>`
9+
Matplotlib should:
10+
11+
* Support users of the Scientific Python ecosystem;
12+
* Facilitate interactive data exploration;
13+
* Produce high-quality raster and vector format outputs suitable for publication;
14+
* Provide a simple graphical user interface and support embedding in applications;
15+
* Be understandable and extensible by people familiar with data processing in Python;
16+
* Make common plots easy, and novel or complex visualizations possible.
17+
18+
We believe that a diverse developer community creates the best software, and we
19+
welcome anyone who shares our mission, and our values described in the `code of
20+
conduct
21+
<https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md>`__.

0 commit comments

Comments
 (0)