File tree Expand file tree Collapse file tree 1 file changed +132
-44
lines changed Expand file tree Collapse file tree 1 file changed +132
-44
lines changed Original file line number Diff line number Diff line change 14
14
Plotting
15
15
--------
16
16
17
+ Basic
18
+ ~~~~~
19
+
20
+ .. autosummary ::
21
+ :toctree: _as_gen
22
+ :nosignatures:
23
+
24
+ Axes.plot
25
+ Axes.errorbar
26
+ Axes.scatter
27
+
28
+ Axes.plot_date
29
+ Axes.step
30
+
31
+ Axes.loglog
32
+ Axes.semilogx
33
+ Axes.semilogy
34
+
35
+ Axes.fill_between
36
+ Axes.fill_betweenx
37
+
38
+ Axes.bar
39
+ Axes.barh
40
+
41
+ Axes.stem
42
+ Axes.eventplot
43
+
44
+ Axes.pie
45
+
46
+ Axes.stackplot
47
+
48
+
49
+ Axes.broken_barh
50
+ Axes.vlines
51
+ Axes.hlines
52
+ Axes.fill
53
+
54
+ Spans
55
+ ~~~~~
56
+
17
57
.. autosummary ::
18
58
:toctree: _as_gen
19
59
:nosignatures:
20
60
21
- Axes.acorr
22
- Axes.angle_spectrum
23
- Axes.annotate
24
- Axes.arrow
25
61
Axes.axhline
26
62
Axes.axhspan
27
63
Axes.axvline
28
64
Axes.axvspan
29
- Axes.bar
30
- Axes.barbs
31
- Axes.barh
32
- Axes.boxplot
33
- Axes.broken_barh
34
- Axes.bxp
35
- Axes.clabel
65
+
66
+ Spectral
67
+ ~~~~~~~~
68
+
69
+ .. autosummary ::
70
+ :toctree: _as_gen
71
+ :nosignatures:
72
+
73
+ Axes.acorr
74
+ Axes.angle_spectrum
36
75
Axes.cohere
37
- Axes.contour
38
- Axes.contourf
39
76
Axes.csd
40
- Axes.errorbar
41
- Axes.eventplot
42
- Axes.fill
43
- Axes.fill_between
44
- Axes.fill_betweenx
77
+ Axes.magnitude_spectrum
78
+ Axes.phase_spectrum
79
+ Axes.psd
80
+ Axes.specgram
81
+ Axes.xcorr
82
+
83
+ Statistics
84
+ ~~~~~~~~~~
85
+
86
+ .. autosummary ::
87
+ :toctree: _as_gen
88
+ :nosignatures:
89
+
90
+ Axes.boxplot
91
+ Axes.violinplot
92
+
93
+ Axes.violin
94
+ Axes.bxp
95
+
96
+ Binned
97
+ ~~~~~~
98
+
99
+ .. autosummary ::
100
+ :toctree: _as_gen
101
+ :nosignatures:
102
+
45
103
Axes.hexbin
46
104
Axes.hist
47
105
Axes.hist2d
48
- Axes.hlines
106
+
107
+ Contours
108
+ ~~~~~~~~
109
+
110
+ .. autosummary ::
111
+ :toctree: _as_gen
112
+ :nosignatures:
113
+
114
+ Axes.clabel
115
+ Axes.contour
116
+ Axes.contourf
117
+
118
+ Array
119
+ ~~~~~
120
+
121
+ .. autosummary ::
122
+ :toctree: _as_gen
123
+ :nosignatures:
124
+
49
125
Axes.imshow
50
- Axes.loglog
51
- Axes.magnitude_spectrum
52
126
Axes.matshow
53
127
Axes.pcolor
54
128
Axes.pcolorfast
55
129
Axes.pcolormesh
56
- Axes.phase_spectrum
57
- Axes.pie
58
- Axes.plot
59
- Axes.plot_date
60
- Axes.psd
61
- Axes.quiver
62
- Axes.quiverkey
63
- Axes.scatter
64
- Axes.semilogx
65
- Axes.semilogy
66
- Axes.specgram
67
130
Axes.spy
68
- Axes.stackplot
69
- Axes.stem
70
- Axes.step
71
- Axes.streamplot
72
- Axes.table
73
- Axes.text
74
- Axes.tricontour
75
- Axes.tricontourf
131
+
132
+ Unstructured Triangles
133
+ ~~~~~~~~~~~~~~~~~~~~~~
134
+
135
+ .. autosummary ::
136
+ :toctree: _as_gen
137
+ :nosignatures:
138
+
76
139
Axes.tripcolor
77
140
Axes.triplot
78
- Axes.violin
79
- Axes.violinplot
80
- Axes.vlines
81
- Axes.xcorr
141
+ Axes.tricontour
142
+ Axes.tricontourf
143
+
144
+
145
+ Text and Annotations
146
+ ~~~~~~~~~~~~~~~~~~~~
147
+
148
+ .. autosummary ::
149
+ :toctree: _as_gen
150
+ :nosignatures:
151
+
152
+ Axes.annotate
153
+ Axes.text
154
+ Axes.table
155
+ Axes.arrow
156
+
157
+
158
+ Fields
159
+ ~~~~~~
160
+
161
+ .. autosummary ::
162
+ :toctree: _as_gen
163
+ :nosignatures:
164
+
165
+ Axes.barbs
166
+ Axes.quiver
167
+ Axes.quiverkey
168
+ Axes.streamplot
169
+
82
170
83
171
Clearing
84
172
--------
You can’t perform that action at this time.
0 commit comments