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:
171171 'polar' | 'rectilinear'], optional
172172 The projection type of the axes.
173173
174+ ...
175+ """
176+
174177 Alternatively, you can describe the valid parameter values in a dedicated
175178 section of the docstring.
176179
@@ -185,8 +188,6 @@ guide:
185188 -------
186189 lines : `~matplotlib.collections.LineCollection`
187190
188-
189-
190191 Linking to other code
191192---------------------
192193To link to other methods, classes, or modules in Matplotlib you can encase
@@ -304,6 +305,7 @@ calls in `matplotlib.patches`.
304305
305306Adding figures
306307==============
308+
307309Figures in the documentation are automatically generated from scripts.
308310It is not necessary to explicitly save the figure from the script; this will be
309311done 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