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 @@ -189,6 +189,9 @@ guide:
189
189
'polar' | 'rectilinear'], optional
190
190
The projection type of the axes.
191
191
192
+ ...
193
+ """
194
+
192
195
Alternatively, you can describe the valid parameter values in a dedicated
193
196
section of the docstring.
194
197
@@ -203,8 +206,6 @@ guide:
203
206
-------
204
207
lines : `~matplotlib.collections.LineCollection`
205
208
206
-
207
-
208
209
Linking to other code
209
210
---------------------
210
211
To link to other methods, classes, or modules in Matplotlib you can encase
@@ -322,6 +323,7 @@ calls in `matplotlib.patches`.
322
323
323
324
Adding figures
324
325
==============
326
+
325
327
Figures in the documentation are automatically generated from scripts.
326
328
It is not necessary to explicitly save the figure from the script; this will be
327
329
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