Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c54fbf

Browse files
authored
Merge pull request #17581 from QuLogic/fix-doc
DOC: Remove duplicate Returns in subplot2grid.
2 parents 9c35cae + 69d4546 commit 2c54fbf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/matplotlib/pyplot.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,17 +1297,6 @@ def subplot2grid(shape, loc, rowspan=1, colspan=1, fig=None, **kwargs):
12971297
-------
12981298
`.axes.SubplotBase`, or another subclass of `~.axes.Axes`
12991299
1300-
The axes of the subplot. The returned axes base class depends on
1301-
the projection used. It is `~.axes.Axes` if rectilinear projection
1302-
is used and `.projections.polar.PolarAxes` if polar projection
1303-
is used. The returned axes is then a subplot subclass of the
1304-
base class.
1305-
1306-
Returns
1307-
-------
1308-
an `.axes.SubplotBase` subclass of `~.axes.Axes` (or a subclass of \
1309-
`~.axes.Axes`)
1310-
13111300
The axes of the subplot. The returned axes base class depends on the
13121301
projection used. It is `~.axes.Axes` if rectilinear projection is used
13131302
and `.projections.polar.PolarAxes` if polar projection is used. The

0 commit comments

Comments
 (0)