3
3
Tutorials
4
4
=========
5
5
6
- This page contains a few tutorials for using Matplotlib. For the old tutorials, see :ref: `below <user_guide_tutorials >`.
6
+ Walk-throughs of building visualizations that incorporate multiple features of the
7
+ library.
8
+
9
+
10
+ .. attention ::
11
+
12
+ We're re-organizing! Please nominate :ref: `examples <examples-index >` that you think are good
13
+ tutorials and propose new ones by opening an
14
+ :ref: `issue or pull request <
10000
;contribute_documentation >`!
15
+
16
+ If you are unsure of what we consider a tutorial, see our
17
+ :ref: `content guide <content-tutorials >` and ask on our
18
+ :ref: `communication <communication-channels >`
19
+
20
+
21
+ To learn more about Matplotlib, see the :ref: `user guide <users-guide-index >` and
22
+ :ref: `community resources <resources-index >`. For examples, see the
23
+ :ref: `examples-index ` gallery.
7
24
8
- For shorter examples, see our :ref: `examples page <examples-index >`.
9
- You can also find :ref: `external resources <resources-index >` and
10
- a :ref: `FAQ <faq-index >` in our :ref: `user guide <users-guide-index >`.
11
25
12
26
13
27
.. raw :: html
14
28
15
29
<div class =" sphx-glr-thumbnails" >
16
30
31
+ .. pyplot tutorial
17
32
18
33
.. raw :: html
19
34
@@ -31,6 +46,7 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
31
46
<div class =" sphx-glr-thumbnail-title" >Pyplot tutorial</div >
32
47
</div >
33
48
49
+ .. images
34
50
35
51
.. raw :: html
36
52
@@ -49,6 +65,8 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
49
65
</div >
50
66
51
67
68
+ .. lifecycle
69
+
52
70
.. raw :: html
53
71
54
72
<div class =" sphx-glr-thumbcontainer" tooltip =" This tutorial aims to show the beginning, middle, and end of a single visualization using Matpl..." >
@@ -65,6 +83,7 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
65
83
<div class =" sphx-glr-thumbnail-title" >The Lifecycle of a Plot</div >
66
84
</div >
67
85
86
+ .. artist
68
87
69
88
.. raw :: html
70
89
@@ -83,6 +102,25 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
83
102
</div >
84
103
85
104
105
+ .. annotation
106
+
107
+ .. raw :: html
108
+
109
+ <div class =" sphx-glr-thumbcontainer" tooltip =" Labeling pie and donut charts." >
110
+
111
+ .. only :: html
112
+
113
+ .. image :: /tutorials/images/thumb/sphx_glr_pie_and_donut_labels_thumb.png
114
+ :alt: Labeling and annotating pie and donut charts.
115
+
116
+ :ref: `sphx_glr_tutorials_pie_and_donut_labels.py `
117
+
118
+ .. raw :: html
119
+
120
+ <div class =" sphx-glr-thumbnail-title" >Labeling a pie and a donut</div >
121
+ </div >
122
+
123
+
86
124
.. raw :: html
87
125
88
126
</div >
@@ -95,6 +133,7 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
95
133
/tutorials/images
96
134
/tutorials/lifecycle
97
135
/tutorials/artists
136
+ /tutorials/pie_and_donut_labels
98
137
99
138
.. only :: html
100
139
@@ -107,53 +146,3 @@ a :ref:`FAQ <faq-index>` in our :ref:`user guide <users-guide-index>`.
107
146
.. container :: sphx-glr-download sphx-glr-download-jupyter
108
147
109
148
:download: `Download all examples in Jupyter notebooks: tutorials_jupyter.zip </tutorials/tutorials_jupyter.zip >`
110
-
111
-
112
-
113
- .. _user_guide_tutorials :
114
-
115
- User guide tutorials
116
- --------------------
117
-
118
- Many of our tutorials were moved from this section to :ref: `users-guide-index `:
119
-
120
- Introductory
121
- ^^^^^^^^^^^^
122
-
123
- - :ref: `quick_start `
124
- - :ref: `customizing `
125
- - :ref: `animations `
126
-
127
- Intermediate
128
- ^^^^^^^^^^^^
129
-
130
- - :ref: `legend_guide `
131
- - :ref: `color_cycle `
132
- - :ref: `constrainedlayout_guide `
133
- - :ref: `tight_layout_guide `
134
- - :ref: `arranging_axes `
135
- - :ref: `autoscale `
136
- - :ref: `imshow_extent `
137
-
138
- Advanced
139
- ^^^^^^^^
140
-
141
- - :ref: `blitting `
142
- - :ref: `paths `
143
- - :ref: `patheffects_guide `
144
- - :ref: `transforms_tutorial `
145
-
146
- Colors
147
- ^^^^^^
148
-
149
- See :ref: `tutorials-colors `.
150
-
151
- Text
152
- ^^^^
153
-
154
- See :ref: `tutorials-text `.
155
-
156
- Toolkits
157
- ^^^^^^^^
158
-
159
- See :ref: `tutorials-toolkits `.
0 commit comments