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

Skip to content

Commit eb06e2c

Browse files
committed
Merge pull request #8489 from anntzer/subplots-docstring-markup
DOC: Fix markup in plt.subplots docstring.
1 parent 4a61d3a commit eb06e2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,8 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
11061106
:class:`~matplotlib.gridspec.GridSpec` constructor used to create the
11071107
grid the subplots are placed on.
11081108
1109-
fig_kw : dict, optional
1110-
Dict with keywords passed to the :func:`figure` call. Note that all
1111-
keywords not recognized above will be automatically included here.
1109+
**fig_kw :
1110+
All additional keyword arguments are passed to the :func:`figure` call.
11121111
11131112
Returns
11141113
-------

0 commit comments

Comments
 (0)