File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. redirect-from :: /users/history
2
2
3
+ .. _project_history :
4
+
3
5
History
4
6
=======
5
7
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Project information
6
6
.. toctree ::
7
7
:maxdepth: 2
8
8
9
- license.rst
9
+ mission.rst
10
+ history.rst
10
11
citing.rst
12
+ license.rst
11
13
credits.rst
12
- history.rst
Original file line number Diff line number Diff line change
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> `__.
You can’t perform that action at this time.
0 commit comments