Skip to content

Commit a7c1125

Browse files
committed
DOC: re-wording from discussion
1 parent 3dae67e commit a7c1125

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

doc/users/project/mission.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
Matplotlib Mission Statement
22
============================
33

4-
The Matplotlib developer community develops, maintains, and
5-
supports Matplotlib and its extensions, providing plotting tools for
6-
the Scientific Python Ecosystem. Our success is based on how effectively we
7-
enable our users, across scientific, industrial, commercial, and educational
8-
applications, to achieve their goals. We believe that a diverse developer community creates
9-
the best software, and we welcome anyone who shares our values, as described in the code of conduct, and our mission to the community.
4+
The Matplotlib developer community develops, maintains, and supports Matplotlib
5+
and its extensions to provide plotting tools for the Scientific Python
6+
Ecosystem. Our success is based on how effectively we enable our users, across
7+
scientific, industrial, commercial, and educational domain, to achieve their
8+
goals.
9+
10+
We believe that a diverse developer community creates the best software, and we
11+
welcome anyone who shares our mission and values, as described in the code of
12+
conduct, to the community.
1013

1114

1215
Adapting the requirements :ref:`laid out by John Hunter
@@ -15,12 +18,11 @@ Adapting the requirements :ref:`laid out by John Hunter
1518
* Support all users of the Scientific Python Ecosystem;
1619
* Produce high-quality raster and vector formats output;
1720
* Be embeddedable in graphical user interfaces for application development;
18-
* Be understandable and extendable by scientists, data scientists, and
19-
engineers;
20-
* Make standard plots easy;
21+
* Be understandable and extendable by people familiar with data processing
22+
techniques and with the Python programming language;
23+
* Make common plots easy;
2124
* Make novel or complicated visualizations possible.
2225

23-
To achieve these goals simultaneously across the full gamut of the domains that depend on Matplotlib,
24-
we have adopted a model of a general core library that supports an ecosystem of
25-
domain-specific extensions that inter-operate as much as practical.
26-
26+
To achieve these goals for the full range of domains where Scientific Python is
27+
used, Matplotlib provides as general library on which domain-specific
28+
extensions can be built.

0 commit comments

Comments
 (0)