File tree Expand file tree Collapse file tree 1 file changed +145
-52
lines changed Expand file tree Collapse file tree 1 file changed +145
-52
lines changed Original file line number Diff line number Diff line change @@ -40,79 +40,170 @@ Managing Figure and Axes
40
40
Adding data to the plot
41
41
-----------------------
42
42
43
+ Basic
44
+ ^^^^^
45
+
46
+ .. autosummary ::
47
+ :toctree: _as_gen
48
+ :template: autosummary.rst
49
+ :nosignatures:
50
+
51
+ plot
52
+ errorbar
53
+ scatter
54
+ plot_date
55
+ step
56
+ loglog
57
+ semilogx
58
+ semilogy
59
+ fill_between
60
+ fill_betweenx
61
+ bar
62
+ barh
63
+ bar_label
64
+ stem
65
+ eventplot
66
+ pie
67
+ stackplot
68
+ broken_barh
69
+ vlines
70
+ hlines
71
+ fill
72
+ polar
73
+
74
+
75
+ Spans
76
+ ^^^^^
77
+
43
78
.. autosummary ::
44
79
:toctree: _as_gen
45
80
:template: autosummary.rst
46
81
:nosignatures:
47
82
48
- acorr
49
- angle_spectrum
50
- annotate
51
- arrow
52
83
axhline
53
84
axhspan
54
- axline
55
85
axvline
56
86
axvspan
57
- bar
58
- bar_label
59
- barbs
60
- barh
61
- boxplot
62
- broken_barh
63
- clabel
87
+ axline
88
+
89
+
90
+ Spectral
91
+ ^^^^^^^^
92
+
93
+ .. autosummary ::
94
+ :toctree: _as_gen
95
+ :template: autosummary.rst
96
+ :nosignatures:
97
+
98
+ acorr
99
+ angle_spectrum
64
100
cohere
65
- contour
66
- contourf
67
101
csd
68
- errorbar
69
- eventplot
70
- figimage
71
- figlegend
72
- figtext
73
- fill
74
- fill_between
75
- fill_betweenx
102
+ magnitude_spectrum
103
+ phase_spectrum
104
+ psd
105
+ specgram
106
+ xcorr
107
+
108
+
109
+ Statistics
110
+ ^^^^^^^^^^
111
+
112
+ .. autosummary ::
113
+ :toctree: _as_gen
114
+ :template: autosummary.rst
115
+ :nosignatures:
116
+
117
+ boxplot
118
+ violinplot
119
+
120
+
121
+ Binned
122
+ ^^^^^^
123
+
124
+ .. autosummary ::
125
+ :toctree: _as_gen
126
+ :template: autosummary.rst
127
+ :nosignatures:
128
+
76
129
hexbin
77
130
hist
78
131
hist2d
79
- hlines
132
+ stairs
133
+
134
+
135
+ Contours
136
+ ^^^^^^^^
137
+
138
+ .. autosummary ::
139
+ :toctree: _as_gen
140
+ :template: autosummary.rst
141
+ :nosignatures:
142
+
143
+ clabel
144
+ contour
145
+ contourf
146
+
147
+
148
+ 2D arrays
149
+ ^^^^^^^^^
150
+
151
+ .. autosummary ::
152
+ :toctree: _as_gen
153
+ :template: autosummary.rst
154
+ :nosignatures:
155
+
80
156
imshow
81
- legend
82
- loglog
83
- magnitude_spectrum
84
157
matshow
85
158
pcolor
86
159
pcolormesh
87
- phase_spectrum
88
- pie
89
- plot
90
- plot_date
91
- polar
92
- psd
93
- quiver
94
- quiverkey
95
- scatter
96
- semilogx
97
- semilogy
98
- specgram
99
160
spy
100
- stackplot
101
- stairs
102
- stem
103
- step
104
- streamplot
105
- suptitle
106
- table
107
- text
108
- title
161
+ figimage
162
+
163
+
164
+ Unstructured triangles
165
+ ^^^^^^^^^^^^^^^^^^^^^^
166
+
167
+ .. autosummary ::
168
+ :toctree: _as_gen
169
+ :template: autosummary.rst
170
+ :nosignatures:
171
+
172
+ triplot
173
+ tripcolor
109
174
tricontour
110
175
tricontourf
111
- tripcolor
112
- triplot
113
- violinplot
114
- vlines
115
- xcorr
176
+
177
+
178
+ Text and annotations
179
+ ^^^^^^^^^^^^^^^^^^^^
180
+
181
+ .. autosummary ::
182
+ :toctree: _as_gen
183
+ :template: autosummary.rst
184
+ :nosignatures:
185
+
186
+ annotate
187
+ text
188
+ figtext
189
+ table
190
+ arrow
191
+ figlegend
192
+ legend
193
+
194
+
195
+ Vector fields
196
+ ^^^^^^^^^^^^^
197
+
198
+ .. autosummary ::
199
+ :toctree: _as_gen
200
+ :template: autosummary.rst
201
+ :nosignatures:
202
+
203
+ barbs
204
+ quiver
205
+ quiverkey
206
+ streamplot
116
207
117
208
118
209
Axis configuration
@@ -142,6 +233,8 @@ Axis configuration
142
233
ylim
143
234
yscale
144
235
yticks
236
+ suptitle
237
+ title
145
238
146
239
147
240
Layout
You can’t perform that action at this time.
0 commit comments