File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Original file line number Diff line number Diff line change @@ -24,28 +24,30 @@ Matplotlib makes easy things easy and hard things possible.
24
24
25
25
.. container :: bullet-box
26
26
27
- Understand
28
-
29
- - `Take full control `_ of line styles, font properties, axes properties...
30
- - `Export and embed `_ to a number of file formats and interactive environments
27
+ Reference
31
28
32
- .. _Take full control : https://matplotlib.org/tutorials/index.html#tutorials
33
- .. _Export and embed : https://matplotlib.org/api/index_backend_api.html
29
+ - :doc: `API Reference <api/index >`
30
+ - :doc: `pyplot API <api/pyplot_summary >`: top-level interface to create
31
+ `.pyplot.figure ` and `.pyplot.subplots ` (also `.pyplot.subplot_mosaic `).
32
+ - :doc: `Axes API <api/axes_api >` for *most * plotting methods.
33
+ - :doc: `Figure API <api/figure_api >` for figure-level methods.
34
34
35
35
.. container :: bullet-box-container
36
36
37
37
.. container :: bullet-box
38
38
39
39
How-tos
40
40
41
- - Explore tailored functionality provided by
42
- `third party packages <https://matplotlib.org/mpl-third-party/ >`_
43
- - Learn more about Matplotlib through the many
44
- :doc: `external learning resources <resources/index >`
41
+ - :doc: `Installation Guide <users/installing >`
42
+ - :doc: `Contributing to Matplotlib <devel/index >`
43
+ - :doc: `Matplotlib FAQ <faq/index >`
45
44
46
45
.. container :: bullet-box
47
46
48
- Reference
47
+ Understand
48
+
49
+ - Many of the :doc: `Tutorials <tutorials/index >` have explanatory material
50
+
49
51
50
52
51
53
Documentation
You can’t perform that action at this time.
0 commit comments