File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ guide:
171
171
'polar' | 'rectilinear'], optional
172
172
The projection type of the axes.
173
173
174
+ ...
175
+ """
176
+
174
177
Alternatively, you can describe the valid parameter values in a dedicated
175
178
section of the docstring.
176
179
@@ -185,8 +188,6 @@ guide:
185
188
-------
186
189
lines : `~matplotlib.collections.LineCollection`
187
190
188
-
189
-
190
191
Linking to other code
191
192
---------------------
192
193
To link to other methods, classes, or modules in Matplotlib you can encase
@@ -304,6 +305,7 @@ calls in `matplotlib.patches`.
304
305
305
306
Adding figures
306
307
==============
308
+
307
309
Figures in the documentation are automatically generated from scripts.
308
310
It is not necessary to explicitly save the figure from the script; this will be
309
311
done automatically when the docs are built to ensure that the code that is
You can’t perform that action at this time.
0 commit comments