Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79b7f25

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

File tree

Expand file treeCollapse file tree

3 files changed

+26
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+26
-2
lines changed
Open diff view settings
Collapse file

‎doc/users/project/history.rst‎

Copy file name to clipboardExpand all lines: doc/users/project/history.rst
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎doc/users/project/index.rst‎

Copy file name to clipboardExpand all lines: doc/users/project/index.rst
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/users/project/mission.rst‎

Copy file name to clipboard
+21Lines changed: 21 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.