File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 7
7
Matplotlib Documentation
8
8
------------------------
9
9
10
- Welcome to the documentation for Matplotlib |release |.
10
+ Release: |release |
11
11
12
- Matplotlib makes easy things easy and hard things possible.
12
+ Matplotlib is a comprehensive library for creating static, animated,
13
+ and interactive visualizations in Python.
13
14
14
15
Learn
15
16
=====
16
17
17
18
- :doc: `Quick-start Guide <tutorials/introductory/usage >`
18
19
- Basic :doc: `Plot Types <plot_types/index >` and :doc: `Example Gallery <gallery/index >`
19
- - `Introductory Tutorials <../tutorials/index.html#introductory> `
20
+ - `Introductory Tutorials <../tutorials/index.html#introductory >`_
20
21
21
22
Reference
22
23
=========
23
24
24
25
- :doc: `API Reference <api/index >`
26
+
25
27
- :doc: `pyplot API <api/pyplot_summary >`: top-level interface to create
26
28
Figures (`.pyplot.figure `) and Subplots (`.pyplot.subplots `,
27
29
`.pyplot.subplot_mosaic `)
28
30
- :doc: `Axes API <api/axes_api >` for *most * plotting methods
29
31
- :doc: `Figure API <api/figure_api >` for figure-level methods
30
- - :doc: `Extra Toolkits <api/toolkits/index >`
32
+
33
+ - :doc: `Extra Toolkits <api/toolkits/index >`
31
34
32
35
How-tos
33
36
=======
@@ -36,7 +39,7 @@ How-tos
36
39
- :doc: `Contributing to Matplotlib <devel/index >`
37
40
- :doc: `Matplotlib FAQ <faq/index >`
38
41
39
- Understand
40
- ==========
42
+ Understand how Matplotlib works
43
+ ===============================
41
44
42
45
- Many of the :doc: `Tutorials <tutorials/index >` have explanatory material
You can’t perform that action at this time.
0 commit comments