X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,9 +1125,8 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
:class:`~matplotlib.gridspec.GridSpec` constructor used to create the
grid the subplots are placed on.

fig_kw : dict, optional
Dict with keywords passed to the :func:`figure` call. Note that all
keywords not recognized above will be automatically included here.
**fig_kw :
All additional keyword arguments are passed to the :func:`figure` call.

Returns
-------
Expand Down
X Tutup