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

Skip to content

Commit d57ebc9

Browse files
committed
Fix markup in plt.subplots docstring.
(does not apply to Figure.subplots, which does not take fig_kw).
1 parent 269dabc commit d57ebc9

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
@@ -1125,9 +1125,8 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
11251125
:class:`~matplotlib.gridspec.GridSpec` constructor used to create the
11261126
grid the subplots are placed on.
11271127
1128-
fig_kw : dict, optional
1129-
Dict with keywords passed to the :func:`figure` call. Note that all
1130-
keywords not recognized above will be automatically included here.
1128+
**fig_kw :
1129+
All additional keyword arguments are passed to the :func:`figure` call.
11311130
11321131
Returns
11331132
-------

0 commit comments

Comments
 (0)