Skip to content

Fix markup in plt.subplots docstring. #8489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2017
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