@@ -4,25 +4,26 @@ Matplotlib Mission Statement
44The Matplotlib developer community develops, maintains, and supports Matplotlib
55and its extensions to provide plotting tools for the Scientific Python
66Ecosystem. Our success is based on how effectively we enable our users, across
7- scientific, industrial, commercial, and educational domain , to achieve their
7+ scientific, industrial, commercial, and educational domains , to achieve their
88goals.
99
1010We believe that a diverse developer community creates the best software, and we
1111welcome anyone who shares our mission and values, as described in the code of
12- conduct, to the community .
12+ conduct.
1313
1414
1515Adapting the requirements :ref: `laid out by John Hunter
1616<History>` Matplotlib should:
1717
1818* Support all users of the Scientific Python Ecosystem;
1919* Produce high-quality raster and vector formats output;
20- * Be embeddedable in graphical user interfaces for application development;
20+ * Be embeddedable in graphical user interfaces for application development,
21+ standalone, and on the web.
2122* Be understandable and extendable by people familiar with data processing
2223 techniques and with the Python programming language;
2324* Make common plots easy;
2425* Make novel or complicated visualizations possible.
2526
2627To 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+ used, Matplotlib provides a general library on which domain-specific
2829extensions can be built.
0 commit comments