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
2 changes: 1 addition & 1 deletion lib/matplotlib/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ def subfigures(self, nrows=1, ncols=1, squeeze=True,
width_ratios=None, height_ratios=None,
**kwargs):
"""
Add a subfigure to this figure or subfigure.
Add a set of subfigures to this figure or subfigure.

A subfigure has the same artist methods as a figure, and is logically
the same as a figure, but cannot print itself.
Expand Down